You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.perception/Documentation~/Schema/Synthetic_Dataset_Schema.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ annotation {
167
167
168
168
##### semantic segmentation - grayscale image
169
169
170
-
A grayscale PNG file that stores integer values (label pixel_value in [annotation spec](#annotation_definitionsjson) reference table, semantic segmentation) of the labeled object at each pixel.
170
+
A grayscale PNG file that stores integer values (label pixel_value in [annotation spec](#annotation_definitions) reference table, semantic segmentation) of the labeled object at each pixel.
171
171
172
172

173
173
@@ -348,7 +348,7 @@ Some special cases like semantic segmentation might assign additional values (e.
348
348
349
349
##### annotation definition header
350
350
```
351
-
annotation_definition {
351
+
annotation_definitions {
352
352
id: <int> -- Integer identifier of the annotation definition.
353
353
name: <str> -- Human readable annotation spec name (e.g. sementic_segmentation, instance_segmentation, etc.)
354
354
description: <str> -- [Optional] Description of this annotation specifications.
@@ -412,7 +412,7 @@ annotation_definition.spec {
412
412
A json file that stores collections of metric specifications records (metric_definition).
413
413
Each specification record describes a particular metric stored in [metrics](#metrics) values.
414
414
Each metric_definition record is assigned a unique identifier to a collection of specification records, which is stored as a list of key-value pairs.
415
-
The design is very similar to [annotation_definitions](#annotation_definitionsjson).
415
+
The design is very similar to [annotation_definitions](#annotation_definitions).
0 commit comments