AnnotationJsonFields¶
- class AnnotationJsonFields[source]¶
Bases:
objectJSON fields for
Annotation.Methods
Attributes
Annotation custom data.
Image ID on Supervisely instance
Image description.
Image size.
Image height.
Image width.
Tags that are associated with the image.
Labels that are associated with the image.
Probability classes.
Probability labels.
-
CUSTOM_DATA =
'customBigData'¶ Annotation custom data.
-
IMAGE_ID =
'imageId'¶ Image ID on Supervisely instance
-
IMG_DESCRIPTION =
'description'¶ Image description.
-
IMG_SIZE =
'size'¶ Image size.
-
IMG_SIZE_HEIGHT =
'height'¶ Image height.
-
IMG_SIZE_WIDTH =
'width'¶ Image width.
-
IMG_TAGS =
'tags'¶ Tags that are associated with the image.
-
LABELS =
'objects'¶ Labels that are associated with the image.
-
PROBABILITY_CLASSES =
'probabilityClasses'¶ Probability classes.
-
PROBABILITY_LABELS =
'probabilityLabels'¶ Probability labels.
-
CUSTOM_DATA =