Pytorch implementation of "Enhance Image as You Like with Unpaired Learning" (IJCAI 2021)
If you find the code helpful in your resarch or work, please cite the following papers.
@inproceedings{ijcai2021cGAN,
title={Enhance Image as You Like with Unpaired Learning},
author={Xiaopeng Sun, Muxingzi Li, Tianyu He and Lubin Fan},
booktitle={IJCAI},
year={2021}
}
This code is built on CSRNet(PyTorch). We thank the authors for sharing their codes of BasicSR(Pytorch).