Spaces:
Running
on
Zero
Running
on
Zero
bluestyle97
commited on
Commit
•
96659ec
1
Parent(s):
140d48e
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def run_img_to_3d(*args):
|
|
25 |
|
26 |
_HEADER_ = '''
|
27 |
# FreeSplatter 🤗 Gradio Demo
|
28 |
-
\n\nOfficial demo of the paper [FreeSplatter: Pose-free Gaussian Splatting for Sparse-view 3D Reconstruction](https://
|
29 |
**FreeSplatter** is a feed-forward framework capable of generating high-quality 3D Gaussians from **uncalibrated** sparse-view images and recovering their camera parameters in mere seconds.
|
30 |
'''
|
31 |
|
|
|
25 |
|
26 |
_HEADER_ = '''
|
27 |
# FreeSplatter 🤗 Gradio Demo
|
28 |
+
\n\nOfficial demo of the paper [FreeSplatter: Pose-free Gaussian Splatting for Sparse-view 3D Reconstruction](https://bluestyle97.github.io/projects/freesplatter/). [[Github]](https://github.com/TencentARC/FreeSplatter)
|
29 |
**FreeSplatter** is a feed-forward framework capable of generating high-quality 3D Gaussians from **uncalibrated** sparse-view images and recovering their camera parameters in mere seconds.
|
30 |
'''
|
31 |
|