richzhang / colorization

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
http://richzhang.github.io/colorization/
BSD 2-Clause "Simplified" License
3.34k stars 921 forks source link

Test time python script output fail #71

Open RichardoTiono opened 5 years ago

RichardoTiono commented 5 years ago

Hello, I would like to ask regarding the test time script. I have tried to input a grayscale image but it always fails to colorize it and when I tried the sample command that is provided, I noticed that it request input of colored image instead of grayscale and somehow it output a grayscale image. So did I do something wrong or in order to try this model I need to retrain from scratch? Thank you