浏览代码

Fixed links in schema doc

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

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


}
```
##### semantic segmentation
Annotation spec for semantic segmentation labeler([see semantic segmentation](#####semantic segmentation))
Annotation spec for semantic segmentation labeler([see semantic segmentation](#semanticsegmentation)).
```
annotation_definition.spec {
label_id: <int> -- Integer identifier of the label

}
```
##### label enumeration spec
This spec is used for annotations like bounding box 2d. This might be a subset of all labels used in simulation ([see bounding box 2D](#####2D bounding box)).
This spec is used for annotations like bounding box 2d. This might be a subset of all labels used in simulation ([see bounding box 2D](#2Dboundingbox)).
```
annotation_definition.spec {
label_id: <int> -- Integer identifier of the label

##### keypoint template
keypoint templates are used to define the keypoints and skeletal connections captured by the keypoint labeler ([see keypoint](#####keypoints)).
keypoint templates are used to define the keypoints and skeletal connections captured by the keypoint labeler ([see keypoint](#keypoints)).
```
annotation_definition.spec {
template_id: <str> -- The UUID of the template

正在加载...
取消
保存