cszn / SRMD

Learning a Single Convolutional Super-Resolution Network for Multiple Degradations (CVPR, 2018) (Matlab)

Home Page:http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Learning_a_Single_CVPR_2018_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to realise PCA?

ffffyuan opened this issue · comments

I find the file 'net.meta.P' in your codes, whose size is 15x255, could you tell me how to make it?
And it seems that your model uses subpixel with upsample_factor=0.5 in the first layer? If so ,could you tell some details?
Thanks!