Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
task_categories:
|
8 |
+
- text-to-3d
|
9 |
+
---
|
10 |
+
|
11 |
+
# ShapeNet C13 Dataset
|
12 |
+
This repository contains the ShapeNet C13 dataset, introduced in [TriCoLo: Trimodal Contrastive Loss for Text to Shape Retrieval](https://3dlg-hcvc.github.io/tricolo/).
|
13 |
+
|
14 |
+
## Introducation
|
15 |
+
ShapeNet C13 dataset contains paired shapes and captions for 13 object categories from [ShapeNet](https://shapenet.org/).
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
```bibtex
|
19 |
+
@inproceedings{ruan2024tricolo,
|
20 |
+
title={TriCoLo: Trimodal Contrastive Loss for Text To Shape Retrieval},
|
21 |
+
author={Ruan, Yue and Lee, Han-Hung and Zhang, Yiming and Zhang, Ke and Chang, Angel X},
|
22 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
23 |
+
pages={5815--5825},
|
24 |
+
year={2024}
|
25 |
+
}
|
26 |
+
```
|