A small library implementing or interfacing with a few generative adversarial network and other deep neural network tools in matlab. Including
- DeePSim GAN (links to weights): implemented from scratch in matlab.
- BigGAN: interfacing with pytorch-pretrained-BigGAN
- StyleGAN2: interfacing with StyleGAN2-pytorch
- LPIPS: interfacing with LPIPS
Installation guide is included in each file individually.