We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
melon.mp4 is my filename when I run this:
!python neural_style.py --video \ --video_input_dir ./video_input/"melon.mp4" \ --style_imgs starry-night.jpg \ --content_weight 5 \ --style_weight 1000 \ --temporal_weight 1000 \ --start_frame 1 \ --end_frame 50 \ --max_size 1024 \ --first_frame_iterations 3000 \ --verbose;
error occurs:
FileNotFoundError: [Errno 2] No such file: './video_input/melon.mp4/frame_0001.ppm'
then I run !bash ./video_input/make-opt-flow.sh ./video_input/melon.mp4
!bash ./video_input/make-opt-flow.sh ./video_input/melon.mp4
error occurs again
Consistency checker makefile not found.
How to address it please?
The text was updated successfully, but these errors were encountered:
and I run the code on google colab
Sorry, something went wrong.
FileNotFoundError: [Errno 2] No such file or directory: './video_input/melon-short_ms576/backward_2_1.flo'
will also occured, which looks like the deepflow.sh with wrong?
No branches or pull requests
melon.mp4 is my filename
when I run this:
error occurs:
FileNotFoundError: [Errno 2] No such file: './video_input/melon.mp4/frame_0001.ppm'
then I run
!bash ./video_input/make-opt-flow.sh ./video_input/melon.mp4
error occurs again
Consistency checker makefile not found.
How to address it please?
The text was updated successfully, but these errors were encountered: