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
Thank you Yunfu for pointing this bug out! It's fixed now.
As for ffmpeg, yeah sure, you can use 'ffmpeg -i ' directly if already installed ffmpeg. If just downloaded executable files into '../lib/preprocess/', then shall use '../lib/preprocess/ffmpeg -i '.
https://github.com/zhengshou/scnn/blob/master/demo/run_demo.py#L166
The "win_weight" should be changed to "window_weight" for correctly locating the .csv file.
Also, in
https://github.com/zhengshou/scnn/blob/master/demo/run_demo.py#L56
the '../lib/preprocess/ffmpeg -i ' should be changed to 'ffmpeg -i ' to use the installed ffmpeg.
The text was updated successfully, but these errors were encountered: