automatic-video-colorization icon indicating copy to clipboard operation
automatic-video-colorization copied to clipboard

IsADirectoryError: [Errno 21] Is a directory: 'demo_imgs'

Open semel1 opened this issue 3 years ago • 1 comments

Successfully run single image colorization:

python test.py --img_path demo_imgs/ILSVRC2012_val_00040251.JPEG

however attempt to colorize the images in a folder by:

python test.py --img_path demo_imgs throws an error: IsADirectoryError: [Errno 21] Is a directory: 'demo_imgs'

The same error happened when running:

python test_div_video.py --use_gpu 1 --video_path demo_vid

semel1 avatar Jun 27 '22 16:06 semel1

Try this one, but the colorization is not working for me...

python test_div_video.py --use_gpu 1 --video_path ./demo_vid/

uselessai avatar Jun 14 '24 00:06 uselessai