Skip to content

Latest commit

 

History

History

datasets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Datasets

This folder is mainly for storing datasets used for training/validation/testing.

Practice

  1. Separate your codes and datasets. So it is better to soft link your dataset (such as DIV2K, FFHQ, etc) here.
    ln -s DATASET_PATH ./

Example Datasets

We provide two example datasets for demo.

  1. BSDS100 for training
  2. Set5 for validation

You can easily download them by running the following command in the BasicSR-examples root path:

python scripts/prepare_example_data.py

The example datasets are now in the datasets/example folder.