Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOW TO DOWNLOAD DATASET #1

Open
subhashchr opened this issue Sep 18, 2019 · 1 comment
Open

HOW TO DOWNLOAD DATASET #1

subhashchr opened this issue Sep 18, 2019 · 1 comment

Comments

@subhashchr
Copy link

No description provided.

@chaudharyachint08
Copy link
Owner

chaudharyachint08 commented Nov 8, 2019

Downloading DIV2K Train & Validation Sets
wget https://data.vision.ee.ethz.ch/cvl/DIV2K/DIV2K_train_HR.zip
wget https://data.vision.ee.ethz.ch/cvl/DIV2K/DIV2K_valid_HR.zip

Flick2K dataset
wget https://cv.snu.ac.kr/research/EDSR/Flickr2K.tar

Other popular SR testing datasets
wget http://vllab.ucmerced.edu/wlai24/LapSRN/results/SR_testing_datasets.zip

There are also other datasets from CLIC, I am working upon, just check if you have download permissions for them

For now permission not avaiable, but CLIC has same distribution among train, test & validation set
CLIC Dataset http://www.compression.cc/challenge/

Professional Version
wget https://data.vision.ee.ethz.ch/cvl/clic/professional_train.zip
wget https://data.vision.ee.ethz.ch/cvl/clic/professional_valid.zip
wget https://data.vision.ee.ethz.ch/cvl/clic/test/CLIC2019Professional_test.zip

Professional version unpacking
unzip professional_train.zip -d ./../data/HR
unzip professional_valid.zip -d ./../data/HR
unzip CLIC2019Professional_train.zip -d ./../data/HR

Mobile Version
wget https://data.vision.ee.ethz.ch/cvl/clic/mobile_train.zip
wget https://data.vision.ee.ethz.ch/cvl/clic/mobile_valid.zip
wget https://data.vision.ee.ethz.ch/cvl/clic/test/CLIC2019Mobile_test.zip

Mobile version unpacking
unzip mobile_train.zip -d ./../data/HR
unzip mobile_valid.zip -d ./../data/HR
unzip CLIC2019Mobile_test.zip -d ./../data/HR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants