DeepFaceLab
DeepFaceLab copied to clipboard
Error extracting data_src frames from video
Always get an error at Command #5 : Extract data_src frames from Video
(base) iMac:DeepFaceLab hernning$ python main.py videoed extract-video --input-file WORKSPACE/data_src.mp4 --output-dir WORKSPACE/data_src
Traceback (most recent call last):
File "main.py", line 11, in
any idea ??? THANKS IN ADVANCE !!!!
Using macOS Catalina 10.15.4 with python 3.7
macos is unsupported
Just run
pip install opencv-python
in a terminal window. You’re just missing the opencv module. There is no true compatibility issue here.
I did install python. before, but now I get the following:
(base) iMac:DeepFaceLab hernning$ python main.py videoed extract-video --input-file WORKSPACE/data_src.mp4 --output-dir WORKSPACE/data_src
Traceback (most recent call last):
File "main.py", line 331, in
WHAT IS THE PROBLEM ?!? I DONT UNDERSTAND ???
If you don't understand:
"ModuleNotFoundError: No module named 'ffmpeg'"
This might not be for you
pip install ffmpeg or pip install ffmpeg-python if the first not working ;)
Issue solved (or it seems like user error), please close it.