PKUWilliamYang commited on
Commit
7c79774
·
1 Parent(s): 63a43a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ def main():
120
  - Hit the **Rescale Image**/**Rescale First Frame** button.
121
  - Rescale the input to make it best fit the model.
122
  - The final image result will be based on this **Rescaled Face**. Use padding parameters to adjust the background space.
 
123
  - For video input, further hit the **Rescale Video** button.
124
  - The final video result will be based on this **Rescaled Video**. To avoid overload, video is cut to at most **100** frames.
125
 
 
120
  - Hit the **Rescale Image**/**Rescale First Frame** button.
121
  - Rescale the input to make it best fit the model.
122
  - The final image result will be based on this **Rescaled Face**. Use padding parameters to adjust the background space.
123
+ - VToonify uses dlib.get_frontal_face_detector but sometimes it *fails to detect a face*. You can try several times or use other images until a face is detected, then switch back to the original image.
124
  - For video input, further hit the **Rescale Video** button.
125
  - The final video result will be based on this **Rescaled Video**. To avoid overload, video is cut to at most **100** frames.
126