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
Running image.create_labels() causes an error. This same code was working a couple of weeks ago.
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.hasty.ai/v1/projects/48bdf4a4-5932-4c8c-8017-122eebbfe11e/images/a86354a3-96de-467b-8a58-eccc5426fa1e/labels
The text was updated successfully, but these errors were encountered:
Had the same issue. Workaround was to manually set z_index to zero for each label, instead of using the default None in Label._batch_create.
z_index
None
Label._batch_create
Sorry, something went wrong.
No branches or pull requests
Running image.create_labels() causes an error. This same code was working a couple of weeks ago.
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.hasty.ai/v1/projects/48bdf4a4-5932-4c8c-8017-122eebbfe11e/images/a86354a3-96de-467b-8a58-eccc5426fa1e/labels
The text was updated successfully, but these errors were encountered: