We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error: {'status_code': 500, 'error': 'An error has occurred, please reach out to [email protected] if you need assistance.'}
{'status_code': 500, 'error': 'An error has occurred, please reach out to [email protected] if you need assistance.'}
When running: detection = [{'label': '11004', 'type': 'box', 'geometry': {'x': 301.78, 'y': 602.9, 'width': 153.45000000000005, 'height': 224.93000000000006}, 'reference_id': 'Batch_20_81685.jpg', 'confidence': 0.8508, 'metadata': {}}] model_run.predict({"annotations": detection})
detection = [{'label': '11004', 'type': 'box', 'geometry': {'x': 301.78, 'y': 602.9, 'width': 153.45000000000005, 'height': 224.93000000000006}, 'reference_id': 'Batch_20_81685.jpg', 'confidence': 0.8508, 'metadata': {}}]
model_run.predict({"annotations": detection})
The text was updated successfully, but these errors were encountered:
Uploading annotations works fine at the same time.
Thanks for your help!
Sorry, something went wrong.
Should be fixed per a PR that went out. Will be deployed today in 2 hours ETA.
works
No branches or pull requests
Getting error:
{'status_code': 500, 'error': 'An error has occurred, please reach out to [email protected] if you need assistance.'}
When running:
detection = [{'label': '11004', 'type': 'box', 'geometry': {'x': 301.78, 'y': 602.9, 'width': 153.45000000000005, 'height': 224.93000000000006}, 'reference_id': 'Batch_20_81685.jpg', 'confidence': 0.8508, 'metadata': {}}]
model_run.predict({"annotations": detection})
The text was updated successfully, but these errors were encountered: