Open sb93 opened 2 years ago
While running train.py, I get the following error: Failed to encode example: {'video': 'filepath'} In with name "video": It seems that ffmpeg is not installed on the system. Please follow the instrutions at https://ffmpeg.org/. Original exception: [WinError 2] The system cannot find the file specified
ffmpeg and ffmpeg-python have already been installed in the virtual environment.
Here's a screenshot of the error:
Could you kindly help with this issue?
While running train.py, I get the following error: Failed to encode example: {'video': 'filepath'} In
ffmpeg and ffmpeg-python have already been installed in the virtual environment.