Class KeyPointLabeler.KeyPointEntry
Record storing all of the keypoint data of a labeled gameobject.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[Serializable]
public class KeyPointLabeler.KeyPointEntry
Fields
Name | Description |
---|---|
instance_id | The instance id of the entity |
keypoints | Array of all of the keypoints |
label_id | The label id of the entity |
pose | Pose ground truth for the current set of keypoints |
template_guid | The template that the points are based on |