@@ -105,7 +105,7 @@ <h1 class="title is-1 publication-title">
105105 <!-- arXiv PDF. -->
106106 < span class ="link-block ">
107107 < a
108- href ="https://arxiv.org/pdf/xxxx "
108+ href ="https://arxiv.org/pdf/???? "
109109 class ="external-link button is-normal is-rounded is-dark "
110110 >
111111 < span class ="icon ">
@@ -118,7 +118,7 @@ <h1 class="title is-1 publication-title">
118118 <!-- arXiv abstract. -->
119119 < span class ="link-block ">
120120 < a
121- href ="https://arxiv.org/abs/xxxx "
121+ href ="https://arxiv.org/abs/???? "
122122 class ="external-link button is-normal is-rounded is-dark "
123123 >
124124 < span class ="icon ">
@@ -144,7 +144,7 @@ <h1 class="title is-1 publication-title">
144144 <!-- Hugging Face Space. -->
145145 < span class ="link-block ">
146146 < a
147- href ="https://huggingface.co/xxxx "
147+ href ="https://huggingface.co/???? "
148148 class ="external-link button is-normal is-rounded is-dark "
149149 >
150150 < span class ="icon ">
@@ -312,7 +312,7 @@ <h2 class="title">BibTeX</h2>
312312 < pre > < code > @article{abouzeid2025ditr,
313313 title = {DINO in the Room: Leveraging 2D Foundation Models for 3D Segmentation},
314314 author = {Abou Zeid, Karim and Yilmaz, Kadir and de Geus, Daan and Hermans, Alexander and Adrian, David and Linder, Timm and Leibe, Bastian},
315- journal = {arXiv preprint arXiv:xxxx },
315+ journal = {arXiv preprint arXiv:???? },
316316 year = {2025}
317317}</ code > </ pre >
318318 </ div >
0 commit comments