SuhZhang commited on
Commit
67e6636
·
1 Parent(s): 25d3905

Update citation to ECCV format

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -67,13 +67,10 @@ Please refer to the main code repository for full training and evaluation instru
67
  ## Citation
68
 
69
  ```bibtex
70
- @misc{zhang2026geosr,
71
- title={Make Geometry Matter for Spatial Reasoning},
72
- author={Shihua Zhang and Qiuhong Shen and Shizun Wang and Tianbo Pan and Xinchao Wang},
73
- year={2026},
74
- eprint={2603.26639},
75
- archivePrefix={arXiv},
76
- primaryClass={cs.CV},
77
- url={https://arxiv.org/abs/2603.26639}
78
  }
79
  ```
 
67
  ## Citation
68
 
69
  ```bibtex
70
+ @inproceedings{zhang2026geosr,
71
+ title = {Make Geometry Matter for Spatial Reasoning},
72
+ author = {Zhang, Shihua and Shen, Qiuhong and Wang, Shizun and Pan, Tianbo and Wang, Xinchao},
73
+ booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
74
+ year = {2026}
 
 
 
75
  }
76
  ```