Holmes-Alan / dSRVAE

Unsupervised Real Image Super-Resolution via Variational AutoEncoder in CVPR2020
119 stars 14 forks source link

Newbie Concerns #7

Open londere opened 3 years ago

londere commented 3 years ago

Hello!

I'm trying to replicate your results but I had a little issues/concerns about the published code.

1.- I downloaded the dataset called "Corrupted-tr-x" for the code called main_denoiser.py, in line 108 the run search for 2 folders stored on /data/NTIRE2020/ for HR and SR, the first concern is: the images on zip file should be the HR so I need to process all the folder to get the SR ('bicubic';1/4*scale)?

  1. In test_enhace is called from prepare_images import * is the file needed or is from a library?

In advance thanks for your time and for share the code.

Holmes-Alan commented 3 years ago

Firstly, you need to unzip data into the folder. Secondly, I have just upload "prepare_images.py" for testing.

londere commented 3 years ago

Thanks for your reply, I will try again to run test and I will let you know if something pops out.