hwjiang commited on
Commit
d379527
1 Parent(s): 18c0d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -25,9 +25,10 @@ HEADER = """
25
  **Real3D** is a single-view large reconstruction model with self-training on real-world images.
26
 
27
  **Tips:**
28
- 1. If you find the result is unsatisfied, please try to change the foreground ratio. It might improve the results.
29
- 2. It's better to disable "Remove Background" for the provided examples since they have been already preprocessed.
30
- 3. Otherwise, please disable "Remove Background" option only if your input image is RGBA with transparent background, image contents are centered and occupy more than 70% of image width or height.
 
31
  """
32
 
33
 
 
25
  **Real3D** is a single-view large reconstruction model with self-training on real-world images.
26
 
27
  **Tips:**
28
+ 0. **Important** We noticed the running usually fails if it shows "waiting for GPU". If the result shows as a cube, please re-run it.
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.
32
  """
33
 
34