Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 1.69 KB

README.md

File metadata and controls

53 lines (47 loc) · 1.69 KB

Datasets

Deraindrop

Dehaze

Deblur

Preprocess

You have to crop the high-resolution training images to fixed size training patches by generate_patches.py.
Our experiment setting can refer Details of Hyperparameters of train section in main README.

Tree

datasets
  ├── deraindrop  
  |    ├── test
  |    |     ├── input
  |    |     └── target    
  |    └── train
  |          ├── input
  |          └── target    
  ├── dehaze
  |    ├── test
  |    |     ├── input
  |    |     └── target    
  |    └── train
  |          ├── input
  |          └── target    
  └── deblur
       ├── test
       |     ├── input
       |     └── target    
       └── train
             ├── input
             └── target