AnnotationJsonFields

class AnnotationJsonFields[source]

Bases: object

JSON fields for Annotation.

Methods

Attributes

CUSTOM_DATA

Annotation custom data.

IMAGE_ID

Image ID on Supervisely instance

IMG_DESCRIPTION

Image description.

IMG_SIZE

Image size.

IMG_SIZE_HEIGHT

Image height.

IMG_SIZE_WIDTH

Image width.

IMG_TAGS

Tags that are associated with the image.

LABELS

Labels that are associated with the image.

PROBABILITY_CLASSES

Probability classes.

PROBABILITY_LABELS

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.