TensorBoard
karimknaebel commited on
Commit
0ba4b81
·
1 Parent(s): fec7fef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -2,4 +2,19 @@
2
  license: agpl-3.0
3
  ---
4
 
5
- Code: https://github.com/VisualComputingInstitute/ditr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: agpl-3.0
3
  ---
4
 
5
+ # DINO in the Room: Leveraging 2D Foundation Models for 3D Segmentation (DITR)
6
+
7
+ [[`Code`](https://github.com/VisualComputingInstitute/ditr)] [[`arXiv`](https://arxiv.org/abs/2503.18944)] [[`Project Page`](https://vision.rwth-aachen.de/ditr)] [[`BibTeX`](#-Citation)]
8
+
9
+ ## 🎓 Citation
10
+
11
+ If you use our work in your research, please use the following BibTeX entry.
12
+
13
+ ```
14
+ @InProceedings{abouzeid2025ditr,
15
+ title = {{DINO} in the Room: Leveraging {2D} Foundation Models for {3D} Segmentation},
16
+ author = {Knaebel, Karim and Yilmaz, Kadir and de Geus, Daan and Hermans, Alexander and Adrian, David and Linder, Timm and Leibe, Bastian},
17
+ booktitle = {2026 International Conference on 3D Vision (3DV)},
18
+ year = {2026}
19
+ }
20
+ ```