sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

Arguments for --dir_data #269

Open shazib-summar opened 4 years ago

shazib-summar commented 4 years ago

I for the love of god cannot figure how to configure the dataset directory to retrain the model on my end. What i'm doing is....

I place the DIV2K folder containing DIV2K_train_HR and DIV2K_val_HR inside the data directory. And then I change the --data-dir to ./data

However when I run the model. It says data.div2k has no attribute DIV2K_train_HR

What am I doing wrong? Please help me.

shazib-summar commented 4 years ago

@thstkdgus35 any help please...