Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinthony authored Apr 18, 2023
1 parent c61b63b commit 4a7250b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ please check the checkpoint's size of the `epoch_20.pth`. (https://github.com/Wi
please reinstall the `dlib` by `pip install dlib` individually. (https://github.com/Winfredy/SadTalker/issues/129, https://github.com/Winfredy/SadTalker/issues/109)


**Q: FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints\BFM_Fitting\similarity_Lm3D_all.mat' **
**Q: FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints\BFM_Fitting\similarity_Lm3D_all.mat'**

Make sure you have downloaded the checkpoints and gfpgan as [here](https://github.com/Winfredy/SadTalker#-2-download-trained-models) and placed them in the right place.

**Q: RuntimeError: unexpected EOF, expected 237192 more bytes. The file might be corrupted.**

The files are not automatically downloaded. Please update the code and download the gfpgan folders as [here](https://github.com/Winfredy/SadTalker#-2-download-trained-models).

0 comments on commit 4a7250b

Please sign in to comment.