Skip to content

Latest commit

 

History

History
142 lines (128 loc) · 6.26 KB

README.md

File metadata and controls

142 lines (128 loc) · 6.26 KB

Datasets

More details of datasets could be found in section 4.1 of my thesis.

Deblur

Dehaze

  • NH-haze (train):
  • D-haze (test):
    • Validation & Testing set: D-haze

Denoise (gaussian)

  • DIV2K (train):
  • CBSD68 (test):
  • Kodak24 (test)
  • Set5 (test):

Denoise (realworld)

Deraindrop

Derainstreak

  • Rain13k (train):
  • Test2800 (validation & test):
  • Rain100H (test):
  • Rain100L (test):
  • Test100 (test):

LLEnhancement

Retouching

  • MIT-5K (train & test):

Preprocess

Crop the patches by generate_patches.py for each dataset according to the following table.
Note that the center crop for validation is build-in in here, you don't need to crop them manually.

Tree

After downloading datasets from above links and finishing the preprocess. Your directory structure should look like this

Training tree...
datasets  # datasets root
  ├── train                    # training data root (have training and validation set)  
        ├── DIV2K              # Denoising training dataset
        |    ├── test          # validation set
        |    |    ├── input    # noise images set
        |    |    └── target   # gt images set 
        |    └── train         # training set
        |         ├── input    # noise images set
        |         └── target   # gt images set 
        |
        ├── FiveK              # Retouching training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |  
        ├── GoPro              # Deblurring training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |  
        ├── LOL                # LLEnhancement training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |    
        ├── NH-Haze            # Dehaze training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |    
        ├── Rain13k            # Derainstreak training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |      
        ├── Raindrop           # Deraindrop training dataset
        |    ├── test
        |    |    ├── input
        |    |    └── target
        |    └── train
        |         ├── input
        |         └── target
        |      
        └── SIDD               # Denoising training dataset
             ├── test
             |    ├── input
             |    └── target
             └── train
                  ├── input
                  └── target