浏览代码

Merge remote-tracking branch 'origin/keypoints' into keypoints

/main
Steven Borkman 4 年前
当前提交
cba0de41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/Documentation~/Schema/Synthetic_Dataset_Schema.md

2
com.unity.perception/Documentation~/Schema/Synthetic_Dataset_Schema.md


```
##### Keypoints
Keypoints data (commonly used for human pose estimation). A keypoint capture is associated to a template that defines the keypoints (see annotation.definition file).
Keypoint data, commonly used for human pose estimation. A keypoint capture is associated to a template that defines the keypoints (see annotation.definition file).
Each keypoint record maps a tuple of (instance, label) to template, pose, and an array of keypoints. A keypoint will exist in this record for each keypoint defined in the template file.
If a given keypoint doesn't exist in the labeled gameobject, then that keypoint will have a state value of 0; if it does exist then it will have a keypoint value of 1.
```

正在加载...
取消
保存