alterzero / DBPN-caffe

Deep Back-Projection Networks for Super-Resolution
MIT License
38 stars 13 forks source link

running code #2

Closed alexnie1997 closed 6 years ago

alexnie1997 commented 6 years ago

Could anyone give me some guidance on how to run the code in caffe environment?

I have tried several times. But it did not give me any results.

Thanks a lot!

alterzero commented 6 years ago

Have you installed the matcaffe? if yes, then you just need to run DBPN_main_rgb.m

alexnie1997 commented 6 years ago

Thanks for your message.

I only installed caffe. I will try matcaffe later.

alterzero commented 6 years ago

You must run 'make matcaffe' first to enable MATLAB wrapper. Then, you can use caffe from MATLAB

Gchinanty commented 6 years ago

I have installed matcaffe. And I have downloaded pretrained models. But after I run DBPN_main_rgb.m at the root of DBPN-caffe which I have directly downloaded from GitHub. I only get the following results: Bi cubic: NaN , NaN , NaN , NaN dbpn: NaN , NaN , NaN , NaN What's the matter with what l did? And could you tell me how I can get the correct results? Thanks!!!