Class KeypointOcclusionOverrides
When attached to a model used by the KeypointLabeler overrides the distance values for each keypoint defined in KeypointTemplate by multiplying them by this overrideDistanceScale scalar. The values in KeypointTemplate are generally set for a typical adult model, which makes it so that these values do not meet the needs of models with different body types (i.e. children, different heights, different weights). Changing the value of the scalar will help to get keypoint occlusion working properly for these models. A value of 1.0 will use the template values as is.
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public class KeypointOcclusionOverrides : MonoBehaviour
Fields
distanceScale
Declaration
public float distanceScale
Field Value
Type | Description |
---|---|
Single |