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

Consistency checker makefile not found. #122

Open
Chauban opened this issue Dec 14, 2021 · 2 comments
Open

Consistency checker makefile not found. #122

Chauban opened this issue Dec 14, 2021 · 2 comments

Comments

@Chauban
Copy link

Chauban commented Dec 14, 2021

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

error occurs again

Consistency checker makefile not found.

How to address it please?

@Chauban
Copy link
Author

Chauban commented Dec 15, 2021

and I run the code on google colab

@Chauban
Copy link
Author

Chauban commented Dec 15, 2021

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?

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

1 participant