Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
|
7 |
+
# CoReS: Orchestrating the Dance of Reasoning and Segmentation(ECCV2024)
|
8 |
+
|
9 |
+
|
10 |
+
### Model Sources [optional]
|
11 |
+
|
12 |
+
<!-- Provide the basic links for the model. -->
|
13 |
+
|
14 |
+
- **Project:** [https://chain-of-reasoning-and-segmentation.github.io/]
|
15 |
+
- **Paper:** [https://arxiv.org/abs/2404.05673]
|
16 |
+
- **codes:** [https://github.com/baoxiaoyi/CoReS]
|
17 |
+
## Uses
|
18 |
+
|
19 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
20 |
+
|
21 |
+
### Citation
|
22 |
+
|
23 |
+
If you find this project useful in your research, please consider citing:
|
24 |
+
|
25 |
+
```
|
26 |
+
@inproceedings{bao2024cores,
|
27 |
+
title={Cores: Orchestrating the dance of reasoning and segmentation},
|
28 |
+
author={Bao, Xiaoyi and Sun, Siyang and Ma, Shuailei and Zheng, Kecheng and Guo, Yuxin and Zhao, Guosheng and Zheng, Yun and Wang, Xingang},
|
29 |
+
booktitle={European Conference on Computer Vision},
|
30 |
+
pages={187--204},
|
31 |
+
year={2024},
|
32 |
+
organization={Springer}
|
33 |
+
}
|
34 |
+
```
|
35 |
+
|
36 |
+
### Acknowledgement
|
37 |
+
- This work is built upon the [LISA](https://github.com/dvlab-research/LISA) [LLaVA](https://github.com/haotian-liu/LLaVA) and [SAM](https://github.com/facebookresearch/segment-anything).
|