v1.0.8
add prediction parameter to annotation upload
Adds a new optional is_prediction parameter to the upload functions on projects.
passing is_prediction=True to the upload function when uploading images with annotations allows you to indicate that the annotation data you are adding is a prediction (e.g. from another model or other active learning workflow).
If the annotation is added as a prediction the image will stay in the batch or annotation job it already is in, rather than being added to the dataset for training as part of uploading the annotation data.
bug fixes
minor bug fix for properly using the OBJECT_DETECTION_URL
env variable to override inference endpoint to use for object-detection models