melonkick commited on
Commit
e7e3b1e
·
verified ·
1 Parent(s): 5703018

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -23
README.md CHANGED
@@ -1,23 +1,23 @@
1
- ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - image-segmentation
5
- language:
6
- - en
7
- pretty_name: COCOTree Annotation Only v4
8
- ---
9
-
10
- # COCOTree Annotation Only v4
11
-
12
- COCOTree v4 provides two linked tree annotations for the same images.
13
-
14
- - Semantic nodes use source tree ids such as `n00014`.
15
- - Instance nodes use image-local ids such as `n00014#1`.
16
- - The synthetic roots are `n00000` and `n00000#1`.
17
-
18
- Every non-root semantic node has a merged mask, bbox, label, semantic parent,
19
- semantic children, and the ids of its instance nodes. Every instance node has
20
- its own mask, bbox, label, semantic-node id, semantic parent/children, instance
21
- parent, and instance children.
22
-
23
- Generated: `2026-05-07T03:36:54Z`
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ language:
6
+ - en
7
+ pretty_name: COCOTree Annotation
8
+ ---
9
+
10
+ # COCOTree Annotation
11
+
12
+ COCOTree provides two linked tree annotations for the same images.
13
+
14
+ - Semantic nodes use source tree ids such as `n00014`.
15
+ - Instance nodes use image-local ids such as `n00014#1`.
16
+ - The synthetic roots are `n00000` and `n00000#1`.
17
+
18
+ Every non-root semantic node has a merged mask, bbox, label, semantic parent,
19
+ semantic children, and the ids of its instance nodes. Every instance node has
20
+ its own mask, bbox, label, semantic-node id, semantic parent/children, instance
21
+ parent, and instance children.
22
+
23
+ Generated: `2026-05-07T03:36:54Z`