melonkick commited on
Commit
ddd07e5
·
verified ·
1 Parent(s): e3692a2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ pretty_name: COCOTree Annotation
11
 
12
  [![COCOTree annotation overview](figures/introduction_annotation.png)](figures/introduction_annotation.pdf)
13
 
14
- COCOTree v4 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,7 +71,7 @@ and materializes instance nodes with parent-child links.
71
  ## Quick Validation
72
 
73
  ```bash
74
- python scripts/verify_cocotree_v4.py --release-root .
75
  ```
76
 
77
  Generated: `2026-05-07T03:36:54Z`
 
11
 
12
  [![COCOTree annotation overview](figures/introduction_annotation.png)](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`