Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 495 Bytes

Image-Derain

A simple implementation using Deconv

File Description

  • architecture.py-contains the architecture of the model used for training
  • derain-main.py- calls a saved model of the architecture mentioned in the architecure.py

How to use

  1. point the directory path of test/train cases in derain-main.py for the input to the Derain class.
  2. python3 derain-main.py

The pretrained model can be found here.