- The implementation of "Two-Stage Single Image Reflection Removal with Reflection-Aware Guidance".
- The code has been test on a PC with following environment
- Ubuntu 18.04
- Python 3.7.5
- PyTorch 1.2.0
- cudatoolkit 10.0
- NVIDIA RTX 2080Ti
- Real20 and Real45 datasets are provided in
./testsetsfolder. - The SIR dataset is not provided due to their policy, download here and put it under
./testsetsfolder. Please organize the SIR dataset according to our code implementation.
Clone the repository by
$ git clone https://github.com/Anonymous-3000/RAGNetand download the pretrain.pth into ./checkpoint folder by clicking the Download button in ./checkpoint/pretrain.pth .
Install git-lfs (large file storage) by
$ git lfs install --skip-repoand clone this repo by
$ git lfs clone https://github.com/Anonymous-3000/RAGNet$ cd RAGNet
$ python test.py