Datasets:
Add link to paper and GitHub repository
Browse filesHi! 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.
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 |
[](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 |
[](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`
|