Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,11 @@ from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orienta
|
|
22 |
HEADER = """
|
23 |
# Real3D Demo
|
24 |
|
25 |
-
**Real3D** is a single-view large reconstruction model with self-training on real-world images.
|
26 |
|
27 |
**Tips:**
|
28 |
-
|
|
|
29 |
1. If you find the result is unsatisfactory, please try to change the foreground ratio. It might improve the results.
|
30 |
2. It's better to disable "Remove Background" for the provided examples since they have already been preprocessed.
|
31 |
3. Otherwise, please disable "Remove Background" option only if your input image is RGBA with a transparent background, image contents are centered and occupy more than 70% of image width or height.
|
|
|
22 |
HEADER = """
|
23 |
# Real3D Demo
|
24 |
|
25 |
+
**Real3D** is a single-view large reconstruction model with self-training on real-world images. Project page & Paper: https://hwjiang1510.github.io/Real3D/
|
26 |
|
27 |
**Tips:**
|
28 |
+
|
29 |
+
**Important** We noticed the running usually fails if it shows "waiting for GPU". If the result shows as a cube, please re-run it.
|
30 |
1. If you find the result is unsatisfactory, please try to change the foreground ratio. It might improve the results.
|
31 |
2. It's better to disable "Remove Background" for the provided examples since they have already been preprocessed.
|
32 |
3. Otherwise, please disable "Remove Background" option only if your input image is RGBA with a transparent background, image contents are centered and occupy more than 70% of image width or height.
|