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 923 forks source link

can the model handle any size test images? #29

Open generallc opened 7 years ago

generallc commented 7 years ago

Hi, thank you for your excellent research , your paper uses the 224 x 244 image for training, I would like to ask can the training model handle any size image?

richzhang commented 7 years ago

Yes, it can be fun fully convolutionally.

generallc commented 7 years ago

Thank you for your reply, I try to use keras to achieve, but still only test the fixed size,which is the same as the training input size, because I am not familiar with caffe, very curious about your caffe training model can test any size image? And I see you write a colorize.py, using resampling operations on different sizes of test images, why not directly enter the network?