Skip to content

Commit 35a2b95

Browse files
committed
docs: update description of instance_name
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent f9d4641 commit 35a2b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/schema/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For example, even if an object has the same instance in scene A and B, it should
103103
instance {
104104
"token": <str> -- Unique record identifier.
105105
"category_token": <str> -- Foreign key to the `Category` table.
106-
"instance_name": <str> -- Consists of the dataset name and the instance ID separated by colon `:`.
106+
"instance_name": <str> -- Consists of the dataset name and the instance ID separated by colons `::`, such as `<DATASET_ID>::<INSTANCE_ID>`.
107107
"nbr_annotations": <int> -- Number of annotations associated with this instance.
108108
"first_annotation_token": <str> -- Foreign key to the first `SampleAnnotation` table associated with this instance.
109109
"last_annotation_token": <str> -- Foreign key to the last `SampleAnnotation` table associated with this instance.

0 commit comments

Comments
 (0)