Spaces:
Running
Running
ui
Browse files
app.py
CHANGED
|
@@ -267,8 +267,25 @@ def reset_feat2gs_state():
|
|
| 267 |
|
| 268 |
_TITLE = '''Feat2GS Demo'''
|
| 269 |
_DESCRIPTION = '''
|
| 270 |
-
|
| 271 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 272 |
'''
|
| 273 |
_CITE_ = r"""
|
| 274 |
## 📝 **Citation**
|
|
@@ -325,8 +342,8 @@ with demo:
|
|
| 325 |
with gr.Row():
|
| 326 |
with gr.Column(scale=1):
|
| 327 |
# gr.Markdown('# ' + _TITLE)
|
| 328 |
-
gr.
|
| 329 |
-
|
| 330 |
with gr.Row(variant='panel'):
|
| 331 |
with gr.Tab("Input"):
|
| 332 |
inputfiles = gr.File(file_count="multiple", label="images")
|
|
|
|
| 267 |
|
| 268 |
_TITLE = '''Feat2GS Demo'''
|
| 269 |
_DESCRIPTION = '''
|
| 270 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
| 271 |
+
<div style="width: 100%; text-align: center; font-size: 30px;">
|
| 272 |
+
<strong><span style="font-family: 'Comic Sans MS';"><span style="color: #E0933F">Feat</span><span style="color: #B24C33">2</span><span style="color: #E0933F">GS</span></span>: Probing Visual Foundation Models with Gaussian Splatting</strong>
|
| 273 |
+
</div>
|
| 274 |
+
</div>
|
| 275 |
+
<p></p>
|
| 276 |
+
<div align="center">
|
| 277 |
+
<a style="display:inline-block" href="https://fanegg.github.io/Feat2GS/"><img src='https://img.shields.io/badge/Project-Website-green.svg'></a>
|
| 278 |
+
<a style="display:inline-block" href="https://arxiv.org/abs/2412.09606"><img src="https://img.shields.io/badge/Arxiv-2412.09606-b31b1b.svg?logo=arXiv" alt='arxiv'></a>
|
| 279 |
+
<a style="display:inline-block" href="https://youtu.be/4fT5lzcAJqo?si=_fCSIuXNBSmov2VA"><img src='https://img.shields.io/badge/Video-E33122?logo=Youtube'></a>
|
| 280 |
+
<a style="display:inline-block" href="https://github.com/fanegg/Feat2GS"><img src="https://img.shields.io/badge/Code-black?logo=Github" alt='Code'></a>
|
| 281 |
+
<a title="X" href="https://twitter.com/faneggchen" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 282 |
+
<img src="https://img.shields.io/badge/@Yue%20Chen-black?logo=X" alt="X">
|
| 283 |
+
</a>
|
| 284 |
+
<a title="Bluesky" href="https://bsky.app/profile/fanegg.bsky.social" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 285 |
+
<img src="https://img.shields.io/badge/@Yue%20Chen-white?logo=Bluesky" alt="Bluesky">
|
| 286 |
+
</a>
|
| 287 |
+
</div>
|
| 288 |
+
<p></p>
|
| 289 |
'''
|
| 290 |
_CITE_ = r"""
|
| 291 |
## 📝 **Citation**
|
|
|
|
| 342 |
with gr.Row():
|
| 343 |
with gr.Column(scale=1):
|
| 344 |
# gr.Markdown('# ' + _TITLE)
|
| 345 |
+
gr.HTML(_DESCRIPTION)
|
| 346 |
+
|
| 347 |
with gr.Row(variant='panel'):
|
| 348 |
with gr.Tab("Input"):
|
| 349 |
inputfiles = gr.File(file_count="multiple", label="images")
|