🎉 Welcome to the Mirage Renderer Docs Beta.

Annotation Nodes

Annotation

Attaches annotation information to ObjectData. Available options, bounding box loose 2D, bounding box tight 2D, instance segmentation, semantic segmentation.

Inputs

  1. BoundingBoxLoose2D: bounding box that includes occluded parts of objects
  2. BoundingBoxTight2D: bounding box that excludes occluded parts of objects
  3. InstanceSegmentation: instance segmentation
  4. SemanticSegmentation: semantic segmentation

Outputs

  1. Out: Annotation information (bool[])

Example

Annotation node example