phoenix104104 / LapSRN

Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution (CVPR 2017)
http://vllab.ucmerced.edu/wlai24/LapSRN/
449 stars 120 forks source link

what should i do if i want to test a gray scale image? #12

Closed 980380446 closed 5 years ago

980380446 commented 6 years ago

i want to apply your model to some gray scale images, i replicate the gray scale image 3 times to a new matrix, but this doesn't work out? any idea how to do it ?

phoenix104104 commented 5 years ago

It should work if you replicate the grayscale image to become a H x W x 3 matrix.