SRGAN icon indicating copy to clipboard operation
SRGAN copied to clipboard

error on evaluate

Open impactcolor opened this issue 5 years ago • 2 comments

I'm trying to evalute but I get the following error: File "main.py", line 312, in evaluate() File "main.py", line 251, in evaluate valid_lr_img_list = sorted(tl.files.load_file_list(path=config.VALID.lr_img_path, regx='.*.png', printable=False)) File "/usr/local/lib/python2.7/site-packages/tensorlayer/files/utils.py", line 2165, in load_file_list file_list = os.listdir(path) OSError: [Errno 2] No such file or directory: 'data2017/DIV2K_valid_LR_bicubic/X4/'

impactcolor avatar Dec 13 '18 22:12 impactcolor

download it.

zsdonghao avatar Dec 14 '18 06:12 zsdonghao

You must download the images that indicate you from the site https://data.vision.ee.ethz.ch/cvl/DIV2K/ folders

joellerena avatar Mar 25 '19 16:03 joellerena