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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +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
- - 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
 
 
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
+ - **Solution to [Error: no face detected!]** 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