PoseAnnotation¶
-
class
scenebox.models.annotation.
PoseAnnotation
(poses, **kwargs)¶ Create a Pose annotation.
Created from a union of one or more Poses.
- Parameters:
poses – All Poses to include in the PoseAnnotation.
**kwargs – Additional annotation attributes. The keyword arguments are passed to
scenebox.models.annotation
.
Methods
return a dictionary object representative of Annotation :return: dictionary object
-
to_dic
()¶ return a dictionary object representative of Annotation :return: dictionary object