Rujie030 commited on
Commit
ff7c258
Β·
verified Β·
1 Parent(s): 527ab89

update links

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -9,7 +9,7 @@ colorFrom: red
9
  <div align='center'>
10
  <a href='https://oiiiwjh.github.io/' target='_blank'>Jiahao Wang</a><sup>1*</sup> 
11
  <a href='https://github.com/FelixYuan-YF' target='_blank'>Yufeng Yuan</a><sup>1*</sup> 
12
- <a href='https://github.com/zrj-cn' target='_blank'>Rujie Zheng</a><sup>1*</sup> 
13
  <a href='https://linyou.github.io' target='_blank'>Youtian Lin</a><sup>1</sup> 
14
  <a href='https://ygaojiany.github.io' target='_blank'>Jian Gao</a><sup>1</sup> 
15
  <a href='https://linzhuo.xyz' target='_blank'>Lin-Zhuo Chen</a><sup>1</sup> 
@@ -33,7 +33,7 @@ colorFrom: red
33
  <br>
34
  <div align="center">
35
  <a href="https://nju-3dv.github.io/projects/SpatialVID/"><img src="https://img.shields.io/static/v1?label=SpatialVID&message=Project&color=purple"></a>  
36
- <a href="#"><img src="https://img.shields.io/static/v1?label=Paper&message=Arxiv&color=red&logo=arxiv"></a>  
37
  <a href="https://github.com/NJU-3DV/spatialVID"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=blue&logo=github"></a>  
38
  <a href="https://huggingface.co/SpatialVID"><img src="https://img.shields.io/static/v1?label=Dataset&message=HuggingFace&color=yellow&logo=huggingface"></a>  
39
  </div>
@@ -159,10 +159,13 @@ SpatialVID is released under the Creative Commons Attribution-NonCommercial-Shar
159
  If you find this project useful for your research, please cite our paper.
160
 
161
  ```bibtex
162
- @article{wang2025spatialvid,
163
- title={SpatialVID: A Large-Scale Video Dataset with Spatial Annotations},
164
- author={Jiahao Wang and Yufeng Yuan and Rujie Zheng and Youtian Lin and Jian Gao and Lin-Zhuo Chen and Yajie Bao and Chang Zeng and Yanxi Zhou and Yi Zhang and Xiaoxiao Long and Hao Zhu and Zhaoxiang Zhang and Xun Cao and Yao Yao},
165
- journal={arXiv},
166
- year={2025}
 
 
 
167
  }
168
  ```
 
9
  <div align='center'>
10
  <a href='https://oiiiwjh.github.io/' target='_blank'>Jiahao Wang</a><sup>1*</sup> 
11
  <a href='https://github.com/FelixYuan-YF' target='_blank'>Yufeng Yuan</a><sup>1*</sup> 
12
+ <a href='https://zrj-cn.github.io/' target='_blank'>Rujie Zheng</a><sup>1*</sup> 
13
  <a href='https://linyou.github.io' target='_blank'>Youtian Lin</a><sup>1</sup> 
14
  <a href='https://ygaojiany.github.io' target='_blank'>Jian Gao</a><sup>1</sup> 
15
  <a href='https://linzhuo.xyz' target='_blank'>Lin-Zhuo Chen</a><sup>1</sup> 
 
33
  <br>
34
  <div align="center">
35
  <a href="https://nju-3dv.github.io/projects/SpatialVID/"><img src="https://img.shields.io/static/v1?label=SpatialVID&message=Project&color=purple"></a>  
36
+ <a href="https://arxiv.org/abs/2509.09676"><img src="https://img.shields.io/static/v1?label=Paper&message=Arxiv&color=red&logo=arxiv"></a>  
37
  <a href="https://github.com/NJU-3DV/spatialVID"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=blue&logo=github"></a>  
38
  <a href="https://huggingface.co/SpatialVID"><img src="https://img.shields.io/static/v1?label=Dataset&message=HuggingFace&color=yellow&logo=huggingface"></a>  
39
  </div>
 
159
  If you find this project useful for your research, please cite our paper.
160
 
161
  ```bibtex
162
+ @misc{wang2025spatialvidlargescalevideodataset,
163
+ title={SpatialVID: A Large-Scale Video Dataset with Spatial Annotations},
164
+ author={Jiahao Wang and Yufeng Yuan and Rujie Zheng and Youtian Lin and Jian Gao and Lin-Zhuo Chen and Yajie Bao and Yi Zhang and Chang Zeng and Yanxi Zhou and Xiaoxiao Long and Hao Zhu and Zhaoxiang Zhang and Xun Cao and Yao Yao},
165
+ year={2025},
166
+ eprint={2509.09676},
167
+ archivePrefix={arXiv},
168
+ primaryClass={cs.CV},
169
+ url={https://arxiv.org/abs/2509.09676},
170
  }
171
  ```