Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This is a multi-class version of open vocabulary segmentation dataset by randomly merging annotations from several classes, including ADE20K(A-150), PASCAL Context59(PC-59), and PASCAL VOC20(PAS-20).
|
| 5 |
+
You can use them according to [\[📂 GitHub\]](https://github.com/yayafengzi/ALToLLM).
|
| 6 |
+
|
| 7 |
+
If you find this project useful in your research, please consider citing:
|
| 8 |
+
|
| 9 |
+
```BibTeX
|
| 10 |
+
@article{wang2025alto,
|
| 11 |
+
title={ALTo: Adaptive-Length Tokenizer for Autoregressive Mask Generation},
|
| 12 |
+
author={Wang, Lingfeng and Lin, Hualing and Chen, Senda and Wang, Tao and Cheng, Changxu and Zhong, Yangyang and Zheng, Dong and Zhao, Wuyue},
|
| 13 |
+
journal={arXiv preprint arXiv:2505.16495},
|
| 14 |
+
year={2025}
|
| 15 |
+
}
|
| 16 |
+
```
|