Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 578 Bytes

File metadata and controls

21 lines (13 loc) · 578 Bytes

JORDER_E-Deep-Image-Deraining-TPAMI-2019-Journal

This website shares codes of the "Joint Rain Detection and Removal from a Single Image with Contextualized Deep Networks", TPAMI-2019.

Prerequisites

  1. Linux
  2. Python 3.6
  3. NVIDIA GPU + CUDA CuDNN (CUDA 8.0+)
  4. Pytorch 0.4.1
  5. SciPy v1.1.0

Example

Please refer to ./src/train.sh

Heavy Rain-Oriented Pretrained Streak Removal Model

We provide a heavy rain-oriented pretrained streak removal model in the testing_practical directory.

Please refer to ./testing_practical/src/test.sh to see the usage example.