neural-style-tf icon indicating copy to clipboard operation
neural-style-tf copied to clipboard

Consistency checker makefile not found.

Open Chauban opened this issue 3 years ago • 2 comments

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 avatar Dec 14 '21 14:12 Chauban

and I run the code on google colab

Chauban avatar Dec 15 '21 06:12 Chauban

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?

Chauban avatar Dec 15 '21 06:12 Chauban