Annotation
Attaches annotation information to ObjectData. Available options, bounding box loose 2D, bounding box tight 2D, instance segmentation, semantic segmentation.
Inputs
- BoundingBoxLoose2D: bounding box that includes occluded parts of objects
- BoundingBoxTight2D: bounding box that excludes occluded parts of objects
- InstanceSegmentation: instance segmentation
- SemanticSegmentation: semantic segmentation
Outputs
- Out: Annotation information (bool[])
Example
