[BUG] Model not found, but is in the weight folder.
Jumaron opened this issue · 2 comments
Jumaron commented
ToTheBeginning commented
This is not because the Model was not found, it seems to be because some commands in the script are not compatible with Windows. Based on what I searched on stackoverflow, the following are possible solutions.
First make sure you have installed ffmpeg correctly, and then modify the code on line 326 of the script to subprocess.call(' '.join(cmd), shell=True)
.
Jumaron commented
I misstyped the path of ffmpeg on the environment table, that fixed it thanks a lot!