Zheng222 / IMDN

Lightweight Image Super-Resolution with Information Multi-distillation Network (ACM MM 2019, Winner Award of ICCVW AIM 2019 Constrained SR Track1&Track2)
425 stars 70 forks source link

ycbcr and rgb #12

Closed sjf18 closed 4 years ago

sjf18 commented 4 years ago

hi, thanks for your work could you tell me why you use rgb in 'as' model , and use ycbcr in 'x2/3/4/' model, are there any tricks?

Zheng222 commented 4 years ago

@sjf18 Hello, the previous SR methods test Y channel PSNR and SSIM, I just follow them. Of course, you can test the performance on RGB or Y as you like.