Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] in run_demo.py #1

Closed
yunfuliu opened this issue Jul 19, 2016 · 1 comment
Closed

[Bug] in run_demo.py #1

yunfuliu opened this issue Jul 19, 2016 · 1 comment

Comments

@yunfuliu
Copy link

yunfuliu commented Jul 19, 2016

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.

@yunfuliu yunfuliu changed the title Bug in run_demo.py [Bug] in run_demo.py Jul 19, 2016
@zhengshou
Copy link
Owner

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 '.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants