Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- arxiv:2406.00830
|
| 4 |
+
- TPAMI2025
|
| 5 |
+
---
|
| 6 |
+
The pretrained models of CoDAv2 on SUN-RGBD and ScanNet.
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
If they are helpful, please cite:
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
@inproceedings{cao2023coda,
|
| 13 |
+
title={CoDA: Collaborative Novel Box Discovery and Cross-modal Alignment for Open-vocabulary 3D Object Detection},
|
| 14 |
+
author={Cao, Yang and Zeng, Yihan and Xu, Hang and Xu, Dan},
|
| 15 |
+
booktitle={NeurIPS},
|
| 16 |
+
year={2023}
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
@article{cao2024collaborative,
|
| 20 |
+
title={Collaborative Novel Object Discovery and Box-Guided Cross-Modal Alignment for Open-Vocabulary 3D Object Detection},
|
| 21 |
+
author={Cao, Yang and Zeng, Yihan and Xu, Hang and Xu, Dan},
|
| 22 |
+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)},
|
| 23 |
+
year={2025}
|
| 24 |
+
}
|
| 25 |
+
```
|