eliphatfs commited on
Commit
5984a91
1 Parent(s): f7fca42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -7,4 +7,21 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding
11
+
12
+ [\[Project\]](https://colin97.github.io/OpenShape/) [\[Paper\]](https://arxiv.org/abs/2305.10764)
13
+
14
+ ## Citation
15
+
16
+ If you find the repository helpful, please cite our paper:
17
+
18
+ ```
19
+ @misc{liu2023openshape,
20
+ title={OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding},
21
+ author={Minghua Liu and Ruoxi Shi and Kaiming Kuang and Yinhao Zhu and Xuanlin Li and Shizhong Han and Hong Cai and Fatih Porikli and Hao Su},
22
+ year={2023},
23
+ eprint={2305.10764},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.CV}
26
+ }
27
+ ```