tyshiwo / DRRN_CVPR17

Code for our CVPR'17 paper "Image Super-Resolution via Deep Recursive Residual Network"
226 stars 82 forks source link

How to use the method with c++ interface? #12

Open CenGuandong opened 6 years ago

CenGuandong commented 6 years ago

When I use the trained model you provided with C++ in opencv, the image after super resolution appears sharply jagged. How can I solve this problem?

tyshiwo commented 6 years ago

Hi,

I haven't tried our model with C++ interface. I'm afraid I can't give you any useful suggestions. Sorry for that.

CenGuandong commented 6 years ago

The author of ESPCN also said these super resolution method can only use matlab interface. What do you think will be the reason? https://github.com/wangxuewen99/Super-Resolution/tree/master/ESPCN 注:本项目中训练得到的网络不可直接使用opencv或者使用c++接口来做应用,因为matlab中图像是列序优先,而opencv或c++中通常为行序优先,直接应用会得到一个效果比较差的结果。