Datasets:
Update README with arXiv link and citation
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ The dataset targets open-world counting settings where the intended counting gra
|
|
| 19 |
|
| 20 |
Companion generation pipeline code is available at [Verg-Avesta/KubriCount](https://github.com/Verg-Avesta/KubriCount).
|
| 21 |
|
|
|
|
|
|
|
| 22 |
The released dataset can be used directly and does **not** require running the generation pipeline.
|
| 23 |
|
| 24 |
## Highlights
|
|
@@ -333,9 +335,22 @@ The generation pipeline is released separately at [Verg-Avesta/KubriCount](https
|
|
| 333 |
|
| 334 |
That repository contains the Kubric-based rendering code, asset preprocessing utilities, image-editing scripts, and VLM-filtering scripts used to construct KubriCount. It is only needed if you want to reproduce or extend the data generation pipeline.
|
| 335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 336 |
## Citation
|
| 337 |
|
| 338 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 339 |
|
| 340 |
## Acknowledgements
|
| 341 |
|
|
|
|
| 19 |
|
| 20 |
Companion generation pipeline code is available at [Verg-Avesta/KubriCount](https://github.com/Verg-Avesta/KubriCount).
|
| 21 |
|
| 22 |
+
The paper is available at [arXiv](https://arxiv.org/abs/2605.10887).
|
| 23 |
+
|
| 24 |
The released dataset can be used directly and does **not** require running the generation pipeline.
|
| 25 |
|
| 26 |
## Highlights
|
|
|
|
| 335 |
|
| 336 |
That repository contains the Kubric-based rendering code, asset preprocessing utilities, image-editing scripts, and VLM-filtering scripts used to construct KubriCount. It is only needed if you want to reproduce or extend the data generation pipeline.
|
| 337 |
|
| 338 |
+
## Paper
|
| 339 |
+
|
| 340 |
+
The paper is available at [arXiv](https://arxiv.org/abs/2605.10887).
|
| 341 |
+
|
| 342 |
## Citation
|
| 343 |
|
| 344 |
+
If you find this dataset useful, please cite:
|
| 345 |
+
|
| 346 |
+
```bibtex
|
| 347 |
+
@article{liu2026count,
|
| 348 |
+
title={Count Anything at Any Granularity},
|
| 349 |
+
author={Liu, Chang and Wu, Haoning and Xie, Weidi},
|
| 350 |
+
journal={arXiv preprint arXiv:2605.10887},
|
| 351 |
+
year={2026}
|
| 352 |
+
}
|
| 353 |
+
```
|
| 354 |
|
| 355 |
## Acknowledgements
|
| 356 |
|