Datasets:
Upload README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ pretty_name: COCOTree Annotation
|
|
| 11 |
|
| 12 |
[](figures/introduction_annotation.pdf)
|
| 13 |
|
| 14 |
-
COCOTree
|
| 15 |
COCO images. Each image has two linked views: a semantic-node tree for local
|
| 16 |
labels and merged masks, and an instance-node tree for image-local mask
|
| 17 |
instances and visual parent-child links.
|
|
@@ -71,7 +71,7 @@ and materializes instance nodes with parent-child links.
|
|
| 71 |
## Quick Validation
|
| 72 |
|
| 73 |
```bash
|
| 74 |
-
python scripts/
|
| 75 |
```
|
| 76 |
|
| 77 |
Generated: `2026-05-07T03:36:54Z`
|
|
|
|
| 11 |
|
| 12 |
[](figures/introduction_annotation.pdf)
|
| 13 |
|
| 14 |
+
COCOTree is an annotation-only release for open tree decomposition over
|
| 15 |
COCO images. Each image has two linked views: a semantic-node tree for local
|
| 16 |
labels and merged masks, and an instance-node tree for image-local mask
|
| 17 |
instances and visual parent-child links.
|
|
|
|
| 71 |
## Quick Validation
|
| 72 |
|
| 73 |
```bash
|
| 74 |
+
python scripts/verify_cocotree.py --release-root .
|
| 75 |
```
|
| 76 |
|
| 77 |
Generated: `2026-05-07T03:36:54Z`
|