faceit
faceit copied to clipboard
When i try to run preprocessing i got ModuleNotFoundError
Traceback (most recent call last):
File "faceit.py", line 19, in
i tried to pip install scripts then run preprocessing again, the error still exist.
I got same problem. I am trying to run it from Anaconda Prompt on Windows.
Did anyone eventually find a solution to this?
Changing sys.path.append('faceswap') to sys.path.insert(1, 'faceswap') worked for me.