--- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1 # Doc / guide: https://huggingface.co/docs/hub/model-cards {} --- # CoReS: Orchestrating the Dance of Reasoning and Segmentation(ECCV2024) ### Model Sources [optional] - **Project:** [https://chain-of-reasoning-and-segmentation.github.io/] - **Paper:** [https://arxiv.org/abs/2404.05673] - **codes:** [https://github.com/baoxiaoyi/CoReS] ## Uses ### Citation If you find this project useful in your research, please consider citing: ``` @inproceedings{bao2024cores, title={Cores: Orchestrating the dance of reasoning and segmentation}, author={Bao, Xiaoyi and Sun, Siyang and Ma, Shuailei and Zheng, Kecheng and Guo, Yuxin and Zhao, Guosheng and Zheng, Yun and Wang, Xingang}, booktitle={European Conference on Computer Vision}, pages={187--204}, year={2024}, organization={Springer} } ``` ### Acknowledgement - 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).