Enum KeypointObjectFilter
Keypoint filtering modes.
Namespace: UnityEngine.Perception.GroundTruth.Labelers
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth")]
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. |