Zhoues commited on
Commit
7605b75
·
verified ·
1 Parent(s): bf8f15f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: robotics
5
+ ---
6
+
7
+ # 🌏 RoboRefer
8
+ > This is the official checkpoint of our work: **RoboRefer: Towards Spatial Referring with Reasoning in Vision-Language Models for Robotics**
9
+
10
+ #### Paper: https://arxiv.org/pdf/2506.04308
11
+ #### Code: https://github.com/Zhoues/RoboRefer
12
+ #### Website: https://zhoues.github.io/RoboRefer/
13
+
14
+
15
+ ## Date
16
+ This model was trained in June 2025.
17
+
18
+ ## How to use
19
+
20
+ This is the RoboRefer SFT trained on a mixture of RefSpatial, instruction tuning, and referring datasets. For more details, please visit our [official repo](https://github.com/Zhoues/RoboRefer).
21
+
22
+ ## 📝 Citation
23
+ If you find our code or models useful in your work, please cite [our paper](https://arxiv.org/pdf/2505.06111):
24
+
25
+ ```
26
+ @article{zhou2025roborefer,
27
+ title={RoboRefer: Towards Spatial Referring with Reasoning in Vision-Language Models for Robotics},
28
+ author={Zhou, Enshen and An, Jingkun and Chi, Cheng and Han, Yi and Rong, Shanyu and Zhang, Chi and Wang, Pengwei and Wang, Zhongyuan and Huang, Tiejun and Sheng, Lu and others},
29
+ journal={arXiv preprint arXiv:2506.04308},
30
+ year={2025}
31
+ }
32
+ ```