Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
8f091f1
1
Parent(s):
1cf7d45
feat: Fix the description.
Browse files
app.py
CHANGED
|
@@ -175,8 +175,8 @@ with demo:
|
|
| 175 |
<h1>3D-MOOD: Lifting 2D to 3D for Monocular Open-Set Object Detection</h1>
|
| 176 |
<p><a href="https://github.com/cvg/3D-MOOD">π GitHub Repository</a> | <a href="https://royyang0714.github.io/3D-MOOD">π Project Page</a></p>
|
| 177 |
<div style="font-size: 16px; line-height: 1.5;">
|
| 178 |
-
<p>Upload one image, camera
|
| 179 |
-
<p><strong>PLEASE NOTE: </strong>We are using ZeroGPU thanks to HuggingFace community Grant. However, while running on HuggingFace Space
|
| 180 |
</div>
|
| 181 |
"""
|
| 182 |
)
|
|
|
|
| 175 |
<h1>3D-MOOD: Lifting 2D to 3D for Monocular Open-Set Object Detection</h1>
|
| 176 |
<p><a href="https://github.com/cvg/3D-MOOD">π GitHub Repository</a> | <a href="https://royyang0714.github.io/3D-MOOD">π Project Page</a></p>
|
| 177 |
<div style="font-size: 16px; line-height: 1.5;">
|
| 178 |
+
<p>Upload one image, camera parameters and language prompts to run the 3D object detection in the wild!</p>
|
| 179 |
+
<p><strong>PLEASE NOTE: </strong>We are using ZeroGPU thanks to HuggingFace community Grant. However, while running on HuggingFace Space, it will take extra time to load the model for each inference. For faster visualization, please consider using a local machine to run our demo from our GitHub repository.</p>
|
| 180 |
</div>
|
| 181 |
"""
|
| 182 |
)
|