YulianSa commited on
Commit
a59b969
·
1 Parent(s): 835933c
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -52,12 +52,18 @@ infer_api = InferAPI(config_canocalize, config_multiview, config_slrm, config_re
52
  _HEADER_ = '''
53
  <h2><b>[CVPR 2025] StdGEN 🤗 Gradio Demo</b></h2>
54
  This is official demo for our CVPR 2025 paper <a href="">StdGEN: Semantic-Decomposed 3D Character Generation from Single Images</a>.
 
55
  Code: <a href='https://github.com/hyz317/StdGEN' target='_blank'>GitHub</a>. Paper: <a href='https://arxiv.org/abs/2411.05738' target='_blank'>ArXiv</a>.
 
56
  ❗️❗️❗️**Important Notes:**
57
- 1. - You can upload any reference image (with or without background). A-pose images are also supported (white bkg required).
 
 
58
  - If the image has an alpha channel (transparency), background segmentation will be automatically performed. Alternatively, you can pre-segment the background using other tools and upload the result directly.
59
- 2. Real person images generally work well, but note that normals may appear smoother than expected. You can try to use other monocular normal estimation models.
60
- 3. The base human model in the output is uncolored due to potential NSFW concerns. If you need colored results, please refer to the official GitHub repository for instructions.
 
 
61
  '''
62
 
63
  _CITE_ = r"""
 
52
  _HEADER_ = '''
53
  <h2><b>[CVPR 2025] StdGEN 🤗 Gradio Demo</b></h2>
54
  This is official demo for our CVPR 2025 paper <a href="">StdGEN: Semantic-Decomposed 3D Character Generation from Single Images</a>.
55
+
56
  Code: <a href='https://github.com/hyz317/StdGEN' target='_blank'>GitHub</a>. Paper: <a href='https://arxiv.org/abs/2411.05738' target='_blank'>ArXiv</a>.
57
+
58
  ❗️❗️❗️**Important Notes:**
59
+ 1. Refinement stage takes about ~3min, please be patient.
60
+
61
+ 2. - You can upload any reference image (with or without background). A-pose images are also supported (white bkg required).
62
  - If the image has an alpha channel (transparency), background segmentation will be automatically performed. Alternatively, you can pre-segment the background using other tools and upload the result directly.
63
+
64
+ 3. Real person images generally work well, but note that normals may appear smoother than expected. You can try to use other monocular normal estimation models.
65
+
66
+ 4. The base human model in the output is uncolored due to potential NSFW concerns. If you need colored results, please refer to the official GitHub repository for instructions.
67
  '''
68
 
69
  _CITE_ = r"""