Spaces:
Running
on
Zero
Running
on
Zero
update the frontend
Browse files
app.py
CHANGED
@@ -443,15 +443,17 @@ with gr.Blocks(
|
|
443 |
|
444 |
gr.HTML(
|
445 |
"""
|
446 |
-
<h1
|
447 |
<p>
|
448 |
-
<a href="https://github.com/
|
449 |
-
<a href="
|
|
|
450 |
</p>
|
451 |
|
452 |
<div style="font-size: 16px; line-height: 1.5;">
|
453 |
-
<p>Upload a video or a set of images to create a 3D reconstruction of a scene or object.
|
454 |
-
|
|
|
455 |
<h3>Getting Started:</h3>
|
456 |
<ol>
|
457 |
<li><strong>Upload Your Data:</strong> Use the "Upload Video" or "Upload Images" buttons on the left to provide your input. Videos will be automatically split into individual frames (one frame per second).</li>
|
@@ -473,7 +475,7 @@ with gr.Blocks(
|
|
473 |
</details>
|
474 |
</li>
|
475 |
</ol>
|
476 |
-
<p><strong style="color: #0ea5e9;">Please note:</strong> <span style="color: #0ea5e9; font-weight: bold;">
|
477 |
</div>
|
478 |
"""
|
479 |
)
|
|
|
443 |
|
444 |
gr.HTML(
|
445 |
"""
|
446 |
+
<h1>Streaming 4D Visual Geometry Transformer</h1>
|
447 |
<p>
|
448 |
+
<a href="https://github.com/wzzheng/StreamVGGT">GitHub Repository</a> |
|
449 |
+
<a href="https://wzzheng.net/StreamVGGT/">Project Page</a> |
|
450 |
+
<a href="https://arxiv.org/abs/2507.11539">Paper</a>
|
451 |
</p>
|
452 |
|
453 |
<div style="font-size: 16px; line-height: 1.5;">
|
454 |
+
<p>Upload a video or a set of images to create a 3D reconstruction of a scene or object. StreamVGGT takes these images and generates a 3D point cloud, along with estimated camera poses.</p>
|
455 |
+
<p>Big thanks to the <a href="https://github.com/facebookresearch/vggt">VGGT</a> team for sharing your awesome code! We built this demo based on it. </p>
|
456 |
+
|
457 |
<h3>Getting Started:</h3>
|
458 |
<ol>
|
459 |
<li><strong>Upload Your Data:</strong> Use the "Upload Video" or "Upload Images" buttons on the left to provide your input. Videos will be automatically split into individual frames (one frame per second).</li>
|
|
|
475 |
</details>
|
476 |
</li>
|
477 |
</ol>
|
478 |
+
<p><strong style="color: #0ea5e9;">Please note:</strong> <span style="color: #0ea5e9; font-weight: bold;">StreamVGGT typically reconstructs a scene in less than 1 second. However, visualizing 3D points may take tens of seconds due to third-party rendering, which are independent of StreamVGGT's processing time. </span></p>
|
479 |
</div>
|
480 |
"""
|
481 |
)
|