Spaces:
Running
on
Zero
Running
on
Zero
Luigi Piccinelli
commited on
Commit
·
a891163
1
Parent(s):
3b7e120
add profile and amend app text
Browse files
app.py
CHANGED
@@ -405,7 +405,7 @@ if __name__ == "__main__":
|
|
405 |
<li><strong>Visualize:</strong> The 3D reconstruction will appear in the viewer on the right. You can rotate, pan, and zoom to explore the model, and download the GLB file.</li>
|
406 |
<li><strong>Downstream:</strong> The 3D output can be used as reconstruction or for monocular camera calibration.</li>
|
407 |
</ol>
|
408 |
-
<p><strong style="color: #ff7e26;">Please note:</strong> <span style="color: #ff7e26; font-weight: bold;">Our model runs on CPU on HuggingFace Space. Actual inference is less than 100ms second per image on consumer-level GPUs. However, while running on HuggingFace Space's CPU without acceleration you can go grab a coffee, it will take between
|
409 |
</div>
|
410 |
"""
|
411 |
)
|
@@ -524,7 +524,7 @@ if __name__ == "__main__":
|
|
524 |
0.0,
|
525 |
0.0,
|
526 |
False,
|
527 |
-
|
528 |
10.0,
|
529 |
],
|
530 |
[
|
|
|
405 |
<li><strong>Visualize:</strong> The 3D reconstruction will appear in the viewer on the right. You can rotate, pan, and zoom to explore the model, and download the GLB file.</li>
|
406 |
<li><strong>Downstream:</strong> The 3D output can be used as reconstruction or for monocular camera calibration.</li>
|
407 |
</ol>
|
408 |
+
<p><strong style="color: #ff7e26;">Please note:</strong> <span style="color: #ff7e26; font-weight: bold;">Our model runs on CPU on HuggingFace Space. Actual inference is less than 100ms second per image on consumer-level GPUs. However, while running on HuggingFace Space's CPU without acceleration you can go grab a coffee, it will take between 10 seconds and 3 minutes, depending on the "Utilized Model" and "Speed-Resolution Tradeoff" chosen. Web-based 3D pointcloud visualization may be slow due to Gradio's rendering. For faster visualization, use a local machine to run our demo from our <a href="https://github.com/lpiccinelli-eth/UniK3D">GitHub repository</a>. </span></p>
|
409 |
</div>
|
410 |
"""
|
411 |
)
|
|
|
524 |
0.0,
|
525 |
0.0,
|
526 |
False,
|
527 |
+
True,
|
528 |
10.0,
|
529 |
],
|
530 |
[
|