colorization icon indicating copy to clipboard operation
colorization copied to clipboard

can the model handle any size test images?

Open generallc opened this issue 7 years ago • 2 comments

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?

generallc avatar May 23 '17 12:05 generallc

Yes, it can be fun fully convolutionally.

richzhang avatar May 23 '17 18:05 richzhang

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?

generallc avatar Jun 18 '17 07:06 generallc