nielsr HF Staff commited on
Commit
4bc6ea7
·
verified ·
1 Parent(s): ddd07e5

Add link to paper and GitHub repository

Browse files

Hi! I'm Niels from the Hugging Face community science team. This PR improves the dataset card by adding links to the paper and the GitHub repository, facilitating better documentation and discoverability of the artifact.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,14 +1,16 @@
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
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
@@ -74,4 +76,4 @@ and materializes instance nodes with parent-child links.
74
  python scripts/verify_cocotree.py --release-root .
75
  ```
76
 
77
- Generated: `2026-05-07T03:36:54Z`
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-4.0
5
  task_categories:
6
  - image-segmentation
 
 
7
  pretty_name: COCOTree Annotation
8
  ---
9
 
10
  # COCOTree
11
 
12
+ [**Paper**](https://huggingface.co/papers/2605.22068) | [**Code**](https://github.com/melonkick3090/COCOTree)
13
+
14
  [![COCOTree annotation overview](figures/introduction_annotation.png)](figures/introduction_annotation.pdf)
15
 
16
  COCOTree is an annotation-only release for open tree decomposition over
 
76
  python scripts/verify_cocotree.py --release-root .
77
  ```
78
 
79
+ Generated: `2026-05-07T03:36:54Z`