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

Some questions about the final images #16

Closed YouWillLikeIt closed 5 years ago

YouWillLikeIt commented 5 years ago

The model is trained on Y-channel of image, what should i do if i want to generate a RGB image according to Y-channel of an image ? Thank you!

phoenix104104 commented 5 years ago

Check here

HansonnnCheung commented 1 year ago

When you convert a single-channel image to a three-channel(RGB) image, the other two channels are from HR images except for the Y-channel. Is this wrong?