Enum KeypointObjectFilter
Keypoint filtering modes.
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public enum KeypointObjectFilter
Fields
Name | Description |
---|---|
All | Include all labeled objects containing matching skeletons. |
Visible | Only include objects which are partially visible in the frame. |
VisibleAndOccluded | Include visible objects and objects with keypoints in the frame. |