Skip to content

liruoteng/HeavyRainRemoval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeavyRainRemoval

0. Installation

Framework

  1. Python 2.7
  2. Pytorch (only ubuntu 0.4.0 version is tested so far)
  3. Torchvision

Python Dependencies

  1. tqdm
  2. skimage
  3. opencv
  4. numpy
  5. DeepGuidedFilter: pip install guided-filter-pytorch

1. Demo

To run rain removal, please first download the pretrained model. Open your terminal and type:

python test.py

2. Training Dataset

You may download the synthetic Outdoor-Rain (7GB) datasets at here.

3. Train (coming soon)

python train.py

About

An implementation of paper "Heavy Rain Image Restoration: Integrating Physics Model and Conditional Adversarial Learning" (CVPR19)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published