ClassificationAnnotation

class scenebox.models.annotation.ClassificationAnnotation(labels, **kwargs)

Create a Classification annotation.

Created from a union of one or more Labels.

Parameters:
  • labels – All Labels to include in the ClassificationAnnotation.

  • **kwargs – Additional annotation attributes. The keyword arguments are passed to scenebox.models.annotation.

Methods

to_dic

return a dictionary object representative of Annotation :return: dictionary object

to_dic()

return a dictionary object representative of Annotation :return: dictionary object