Authors: Yirou Pan (✉), Sophia Bano, Vasconcelos Francisco, Hyun Park, Taikyeong Ted. Jeong and Danail Stoyanov
The model is built based on the architecture of CycleGAN network, and two additional loss functions are added for inter-channel discrepancies and dark channel prior.
Result comparisons on clips can be assess in the 'video clips' folder.
The dataset is available to download here.
- Linux or macOS
- Python 3
- CPU or NVIDIA GPU + CUDA CuDNN
- You can follow the steps in our provided Colab Notebook to train with your own data or use our pretrained models.
Our code is inspired by pytorch-CycleGAN-and-pix2pix.