weijielyu commited on
Commit
f62503b
·
1 Parent(s): 802371b

Update README.md

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -450,13 +450,14 @@ def main():
450
 
451
  with gr.Blocks(title="FaceLift: Single Image 3D Face Reconstruction") as demo:
452
 
453
- gr.Markdown("## FaceLift: Single Image 3D Face Reconstruction.")
454
 
455
  gr.Markdown("""
456
  ### 💡 Tips for Best Results
457
- - Works best with near-frontal portrait images
458
  - The provided checkpoints were not trained with accessories (glasses, hats, etc.). Portraits containing accessories may produce suboptimal results.
459
- - If face detection fails, try disabling auto-cropping and manually crop to square
 
460
  """)
461
 
462
  with gr.Row():
 
450
 
451
  with gr.Blocks(title="FaceLift: Single Image 3D Face Reconstruction") as demo:
452
 
453
+ gr.Markdown("## [ICCV 2025] FaceLift: Learning Generalizable Single Image 3D Face Reconstruction from Synthetic Heads")
454
 
455
  gr.Markdown("""
456
  ### 💡 Tips for Best Results
457
+ - Works best with near-frontal portrait images.
458
  - The provided checkpoints were not trained with accessories (glasses, hats, etc.). Portraits containing accessories may produce suboptimal results.
459
+ - If face detection fails, try disabling auto-cropping and manually crop to square.
460
+ - Inference complete when the turntable video is generated, the interactive 3D gaussian might take several seconds to load.
461
  """)
462
 
463
  with gr.Row():