jiangsutx / SRN-Deblur

Repository for Scale-recurrent Network for Deep Image Deblurring
http://www.xtao.website/projects/srndeblur/srndeblur_cvpr18.pdf
MIT License
710 stars 184 forks source link

can the model test on cifar10dataset? #18

Closed hanshan1 closed 5 years ago

hanshan1 commented 5 years ago

when i test on the cifar10 dataset ,i met the error:ValueError: Cannot feed value of shape (1, 720, 1280, 4) for Tensor u'Placeholder:0', which has shape '(1, 720, 1280, 3)'

jiangsutx commented 5 years ago

Please check your images, I think they contain transparency channel. You can only use the first 3 channels.

jiangsutx commented 5 years ago

I think your images contain transparency channel. You can use only first 3 channels for testing.