Spaces:
Running on A100
Running on A100
Commit ·
3612a33
1
Parent(s): b787e4e
update description
Browse files
app.py
CHANGED
|
@@ -373,13 +373,15 @@ title_md = """
|
|
| 373 |
"""
|
| 374 |
|
| 375 |
description_md = """
|
| 376 |
-
Upload a Gaussian Splat (.ply)
|
| 377 |
|
| 378 |
### Tips for Best Results
|
| 379 |
|
| 380 |
- Make sure the input asset has textures
|
| 381 |
- Make sure the input asset is oriented y-up for best results
|
| 382 |
-
- Download the `.npz` artifact to inspect the full-resolution outputs with the viewer we provide in the code release
|
|
|
|
|
|
|
| 383 |
"""
|
| 384 |
|
| 385 |
|
|
|
|
| 373 |
"""
|
| 374 |
|
| 375 |
description_md = """
|
| 376 |
+
Upload a Gaussian Splat (.ply) to predict volumetric mechanical properties (Young's modulus, Poisson's ratio, density) for realistic physics simulation.
|
| 377 |
|
| 378 |
### Tips for Best Results
|
| 379 |
|
| 380 |
- Make sure the input asset has textures
|
| 381 |
- Make sure the input asset is oriented y-up for best results
|
| 382 |
+
- Download the `.npz` artifact to inspect the full-resolution outputs with the viewer we provide in the code release
|
| 383 |
+
- The demo is not representative of the time taken to run inference, please run our codebase for significantlybetter performance
|
| 384 |
+
- We support other representations in our codebase, inlcudig arbitrary custom representations
|
| 385 |
"""
|
| 386 |
|
| 387 |
|