Improve dataset card and add metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# RR-7K: Region Recognition Dataset
|
| 8 |
+
|
| 9 |
+
The Region Recognition Dataset (RR-7K) is an extensive category-rich benchmark for open-world region recognition, introduced in the paper [WOW-Seg: A Word-free Open World Segmentation Model](https://huggingface.co/papers/2605.16903).
|
| 10 |
+
|
| 11 |
+
- **Paper:** [WOW-Seg: A Word-free Open World Segmentation Model](https://huggingface.co/papers/2605.16903)
|
| 12 |
+
- **GitHub Repository:** [WOW-Seg-Meta](https://github.com/AAwcAA/WOW-Seg-Meta)
|
| 13 |
+
|
| 14 |
+
## Dataset Description
|
| 15 |
+
|
| 16 |
+
RR-7K contains 7,662 classes, making it a highly diverse dataset for testing the generalization capabilities of segmentation and region recognition models in open-world scenarios. It was constructed to bridge the gap between strong segmentation capabilities and semantic understanding, serving as a primary benchmark for the WOW-Seg model.
|
| 17 |
+
|
| 18 |
+
## Citation
|
| 19 |
+
|
| 20 |
+
If you find the RR-7K dataset useful for your research, please use the following BibTeX entry:
|
| 21 |
+
|
| 22 |
+
```bibtex
|
| 23 |
+
@inproceedings{li2026wowseg,
|
| 24 |
+
title={{WOW}-Seg: A Word-free Open World Segmentation Model},
|
| 25 |
+
author={Danyang Li and Tianhao Wu and Bin Lin and Zhenyuan Chen and Yang Zhang and Yuxuan Li and Ming-Ming Cheng and Xiang Li},
|
| 26 |
+
booktitle={The Fourteenth International Conference on Learning Representations},
|
| 27 |
+
year={2026},
|
| 28 |
+
url={https://openreview.net/forum?id=AyJPSnE1bq}
|
| 29 |
+
}
|
| 30 |
+
```
|