Merge branch 'main' of https://huggingface.co/datasets/YangCaoCS/ScanNet_processed
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The processed ScanNet datasets by VGGT-Det.
|
| 2 |
+
|
| 3 |
+
If the dataset is helpful, please cite:
|
| 4 |
+
|
| 5 |
+
```
|
| 6 |
+
@inproceedings{dai2017scannet,
|
| 7 |
+
title={ScanNet: Richly-annotated 3D Reconstructions of Indoor Scenes},
|
| 8 |
+
author={Dai, Angela and Chang, Angel X. and Savva, Manolis and Halber, Maciej and Funkhouser, Thomas and Nie{\ss}ner, Matthias},
|
| 9 |
+
booktitle = {Proc. Computer Vision and Pattern Recognition (CVPR), IEEE},
|
| 10 |
+
year = {2017}
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
@inproceedings{cao2026vggtdet,
|
| 14 |
+
title={VGGT-Det: Mining VGGT Internal Priors for Sensor-Geometry-Free Multi-View Indoor 3D Object Detection},
|
| 15 |
+
author={Cao, Yang and Wu, Feize and Dave Chen, Zhenyu and Zhong, Yingji and Hong, Lanqing and Xu, Dan},
|
| 16 |
+
booktitle={CVPR},
|
| 17 |
+
year={2026}
|
| 18 |
+
}
|
| 19 |
+
```
|