- Pix2pix:
pix2pix/
- Coupled GAN:
CoGAN/
- Dual GAN:
DualGAN/
- Cycle GAN:
CycleGAN/
- Spatial Correlative Loss:
F-LSeSim/
The dataloader should be modified to use other datasets, like horse2zebra or selfie2anime.
Specifically,
- For Pix2pix, you also need to manually pair the images;
- For CoGAN, you also need to modify the network to fit higher resolution;