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

[CVPR2019] Fully Automatic Video Colorization with Self-Regularization and Diversity

Results 2 automatic-video-colorization issues
Sort by recently updated
recently updated
newest added

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

Hi, When I looking at the code, I notice that the bilateral loss seem to be annotated. Does it take part in the training? Thanks!