Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The model usage and code can be found in the [github repo](https://github.com/3d
|
|
14 |
### Model Sources
|
15 |
|
16 |
- **Repository:** https://github.com/3dlg-hcvc/DuoduoCLIP
|
17 |
-
- **Paper:**
|
18 |
|
19 |
### Model Checkpoints
|
20 |
|
@@ -25,8 +25,16 @@ The model usage and code can be found in the [github repo](https://github.com/3d
|
|
25 |
The dataset card can be found [here](https://huggingface.co/datasets/3dlg-hcvc/DuoduoCLIP-data).
|
26 |
|
27 |
**BibTeX:**
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Acknowledgement
|
32 |
|
|
|
14 |
### Model Sources
|
15 |
|
16 |
- **Repository:** https://github.com/3dlg-hcvc/DuoduoCLIP
|
17 |
+
- **Paper:** https://arxiv.org/abs/2406.11579
|
18 |
|
19 |
### Model Checkpoints
|
20 |
|
|
|
25 |
The dataset card can be found [here](https://huggingface.co/datasets/3dlg-hcvc/DuoduoCLIP-data).
|
26 |
|
27 |
**BibTeX:**
|
28 |
+
```bibtex
|
29 |
+
@misc{lee2024duoduo,
|
30 |
+
title={Duoduo CLIP: Efficient 3D Understanding with Multi-View Images},
|
31 |
+
author={Han-Hung Lee and Yiming Zhang and Angel X. Chang},
|
32 |
+
year={2024},
|
33 |
+
eprint={2406.11579},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={cs.CV}
|
36 |
+
}
|
37 |
+
```
|
38 |
|
39 |
## Acknowledgement
|
40 |
|