File size: 1,055 Bytes
c592ad2 2bfb8cb cda39a5 2bfb8cb c592ad2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: mit
language:
- en
size_categories:
- 100K<n<1M
task_categories:
- text-to-3d
---
# ShapeNet C13 Dataset
This repository contains the ShapeNet C13 dataset, introduced in [TriCoLo: Trimodal Contrastive Loss for Text to Shape Retrieval](https://3dlg-hcvc.github.io/tricolo/).
## Introducation
ShapeNet C13 dataset contains paired shapes and captions for 13 object categories from [ShapeNet](https://shapenet.org/).
## Dataset Attributes
**model_id:** the model identifier as defined in [ShapeNet](https://shapenet.org/). \
**synset_id:** the category (synset) identifier as defined in [ShapeNet](https://shapenet.org/). \
**description:** the textual caption describing the 3D model.
## Citation
```bibtex
@inproceedings{ruan2024tricolo,
title={TriCoLo: Trimodal Contrastive Loss for Text To Shape Retrieval},
author={Ruan, Yue and Lee, Han-Hung and Zhang, Yiming and Zhang, Ke and Chang, Angel X},
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages={5815--5825},
year={2024}
}
``` |