jt827859032 / DRRN-pytorch

Pytorch implementation of Deep Recursive Residual Network for Super Resolution (DRRN), CVPR 2017
MIT License
193 stars 53 forks source link

how to evalutate on my own dataset? #2

Open lemony1314 opened 6 years ago

lemony1314 commented 6 years ago

There are files named as ***.mat what inculdes several images in different versions in demo. But how can I evaluate on my own picture directly?

jt827859032 commented 6 years ago

You can replace these two lines of codes with your own image processing procedures here.

clttyou commented 3 years ago

DRRN-pytorch/Set5_mat/ exists many .mat files How are these .mat files generated from picture?