Skip to content

q-zh/absorption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Image Reflection Removal with Absorption Effect

The paper and supplementatry material can be found from here.

Dependencies

  • Python 3.5+
  • PyTorch 0.4.0+

Training

# Prepare the training data
Please use the provided matlab code (https://github.com/q-zh/absorption/tree/main/matlab).
# Download the VGG model
VGG-16 from http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/vgg16.t7
# Run for training
python main.py 

Testing

Please find pre-traind model here with code: cvpr.

# Prepare the test set 
The data folder should include the reflection-contaminated images
# Run for test
python test.py 

Citation

If you find our code is useful, please cite our paper. If you have any problem of implementation or running the code, please contact us: csqianzheng@gmail.com.

@inproceedings{CVPR2021_zheng_single,
  title={Single Image Reflection Removal with Absorption Effect},
  author={Zheng, Qian and Shi, Boxin and Chen, Jinnan and Jiang, Xudong and Duan, Ling-Yu and Kot, Alex C},
  booktitle={Proceedings of  Computer Vision and Pattern Recognition},
  year={2021}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published