Saafke / EDSR_Tensorflow

TensorFlow implementation of 'Enhanced Deep Residual Networks for Single Image Super-Resolution'.
Apache License 2.0
233 stars 72 forks source link

where is the valid_dataset? #5

Closed weizhiliang0520 closed 3 years ago

weizhiliang0520 commented 3 years ago

Hi! I have the last problem, I can't find the valid dataset, could you please tell me, how working when running the train code? Thanks!

Saafke commented 3 years ago

Hi,

You can download the validation set from this website link: https://data.vision.ee.ethz.ch/cvl/DIV2K/ You can scroll down to see the link Validation Data (HR images) under High Resolution Images

Then you pass the path of the validation set folder as an argument when wanting to train, for example:

python main.py --train --validdir <insert-here-your-path-to-validation-set>