Skip to content

Commit 32f964f

Browse files
committed
Update Synthetic_Dataset_Schema.md
1 parent 94bbf60 commit 32f964f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ annotation {
167167

168168
##### semantic segmentation - grayscale image
169169

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.
171171

172172
![image alt text](../images/Schema/image_2.png)
173173

@@ -348,7 +348,7 @@ Some special cases like semantic segmentation might assign additional values (e.
348348

349349
##### annotation definition header
350350
```
351-
annotation_definition {
351+
annotation_definitions {
352352
id: <int> -- Integer identifier of the annotation definition.
353353
name: <str> -- Human readable annotation spec name (e.g. sementic_segmentation, instance_segmentation, etc.)
354354
description: <str> -- [Optional] Description of this annotation specifications.
@@ -412,7 +412,7 @@ annotation_definition.spec {
412412
A json file that stores collections of metric specifications records (metric_definition).
413413
Each specification record describes a particular metric stored in [metrics](#metrics) values.
414414
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).
416416

417417
```
418418
metric_definition {

0 commit comments

Comments
 (0)