Enum KeypointObjectFilter
Keypoint filtering modes.
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public enum KeypointObjectFilter : int
Fields
| Name | Description | Value |
|---|---|---|
| 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. |