You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing python faceswap.py train -A ~/faceswap/faces/trump -B ~/faceswap/faces/cage -m ~/faceswap/trump_cage_model/
There's error ModuleNotFoundError: No module named 'decorator'
Solution:
pip install decorator
pip install cloudpickle
Please add to INSTALL.md
The text was updated successfully, but these errors were encountered:
When executing
python faceswap.py train -A ~/faceswap/faces/trump -B ~/faceswap/faces/cage -m ~/faceswap/trump_cage_model/
There's error
ModuleNotFoundError: No module named 'decorator'
Solution:
Please add to INSTALL.md
The text was updated successfully, but these errors were encountered: