The project is implemented with python and pytorch. Base model is Cyclegan and forward & backward SSIM losses are embedded. And some initial results are presented.
Stage 1:
Comment: Virtual results seem not good
Please follow the CycleGAN.ipynb to excute the training and testing. As the code was excuted on colab, the path should be configured specifically.
Codes are borrowed from GCC-CL, Cycel GAN Base Model and SSIM with pytorch implementation.