deepfakes / faceswap-playground

User dedicated repo for the faceswap project
306 stars 194 forks source link

Error Initializing MTCNN Detector... #225

Closed notquipp closed 5 years ago

notquipp commented 5 years ago

Please fill-in the form below to help others understand your problem.

NOTE: We assume you have first tried to read the README and the INSTALL files. Also prior to opening an issue, you should search for similar issues an look if someone had your problem before!

If your problem is specific and that you decide posting an issue, don't forget to close it afterwards. Also you should consider adding information to the documentation once you have found a solution to your problem. The repository here can only live with the contribution of everyone, and not only with developers helping noobs...

Expected behavior

Tried to do a standard extract of a set of images. Never got this program running correctly before so it's most likely a problem with my install but I've started over twice now and the same error happens. I'm completely stuck now.

Actual behavior

CMD stops at the following and then presents a crash note: INFO Initializing MTCNN Detector... ERROR Caught exception in child process: 10392 (Child process number changes every time)

Steps to reproduce

Happens any time I try to run an extract, no matter the source folder.

Other relevant information

torzdf commented 5 years ago

This looks like a timeout error. I have increased the timeout for loading MTCNN and pushed the changes.

Please get the latest version of the code and try again