File size: 1,378 Bytes
e958e71 e060be0 e958e71 e060be0 e958e71 940e88f |
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 32 33 34 35 36 37 38 39 40 41 |
# Model Card for DuoduoCLIP
In this model repo we provide the official pretrained models used in the paper **Duoduo CLIP: Efficient 3D Understanding with Multi-View Images.**
The model usage and code can be found in the [github repo](https://github.com/3dlg-hcvc/DuoduoCLIP).
***Note: We provide the main model in the initial release, we will soon upload the other models used in the paper.***
## Model Details
### Model Description
- **Finetuned from model:** OpenCLIP model ("ViT-B-32" architecture and checkpoint "laion2b_s34b_b79k")
### Model Sources
- **Repository:** https://github.com/3dlg-hcvc/DuoduoCLIP
- **Paper:** https://arxiv.org/abs/2406.11579
### Model Checkpoints
- **Four_1to6F_bs1600_LT6.ckpt:** The model trained with the Four dataset and 1 to 6 frames sampled during training, with the last 6 attention layers trainable.
## Training Data
The dataset card can be found [here](https://huggingface.co/datasets/3dlg-hcvc/DuoduoCLIP-data).
**BibTeX:**
```bibtex
@misc{lee2024duoduo,
title={Duoduo CLIP: Efficient 3D Understanding with Multi-View Images},
author={Han-Hung Lee and Yiming Zhang and Angel X. Chang},
year={2024},
eprint={2406.11579},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
## Acknowledgement
This work was funded by a CIFAR AI Chair, a NSERC Discovery grant, and a CFI/BCKDF JELF grant. |