yluestc / derain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECCV2020: Rethinking Image Deraining via Rain Streaks and Vapors

This is an implementation of the ASV-Joint model proposed in the ECCV 2020 paper (Rethinking Image Deraining via Rain Streaks and Vapors) with PyTorch

Requirements

python:3.6.4 pytorch: 0.4.1 ipdb torchnet

Evaluation

download the checkpoints file from icloud and unzip them in the current directory (replace partial data files from github)

Run the following commands: bash test.sh

you can set testing root in 'tesh.sh'

Citation

@inproceedings{wang-eccv20-rethinking,
  title={Rethinking Image Deraining via Rain Streaks and Vapors},
  author={Wang, Yinglong and Song, Yibing and Ma, Chao and Zeng, Bing},
  booktitle=ECCV,
  year={2020}
}

About


Languages

Language:Python 99.6%Language:Shell 0.4%