unizard / RealSR

Real Super-Resolution (including Hallucination)
7 stars 3 forks source link

Start-up and license #3

Open EstebanExplorer opened 7 years ago

EstebanExplorer commented 7 years ago

Hello, Greetings from Colombia

I'm working on my degree project, in super resolution and investigating and found its repository, I was wondering if I could orient myself on how to start it and what kind of license it has, since I find it very interesting.

Happens that when executing the file SR_Eval.lua, it presents me the sigiete menssage:

Moon: SR_Eval.lua: 150: attempt to call field 'getn' (a nil value)

Note: Create the Set5 directory in my project root folder and it stays the same, I was wondering if I should create the ssim.txt file and it should contain.

Thank you in advance for your guidance and your time.

Sorry for my english, I use the google translate

unizard commented 7 years ago

Dear @calidoso

This repository and evaluation codes are made not for distribution. So i do not make sure that this code (SR_Eval.lua) entirely works on any environment.

If you are ready for conference paper or journal, i recommend you to use SRCNN evaluation code (matlab).

check this page (http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html), and evaluation codes are included in Test code for SRCNN.

Best regards, Yukyung Choi

P.S about getn() getn() is member function of table in Torch. therefor if your tables of input are perfect, table.getn() should be return constant value.

EstebanExplorer commented 7 years ago

Thank you very much for the reply, Iintentare with the repo matlab