An open API service indexing awesome lists of open source software.

https://github.com/jackaduma/gans-implementation

GAN models implementation repo
https://github.com/jackaduma/gans-implementation

Last synced: 5 months ago
JSON representation

GAN models implementation repo

Awesome Lists containing this project

README

          

# GANs-implementation

GAN models implementation repo

---

## [Base GAN](./)

## Image-Transfer

#### [Pix2Pix](./image_transfer/pix2pix/pix2pix.py)

#### [CycleGAN](./image_transfer/cyclegan/cyclegan.py)

#### [StarGAN](./image_transfer/stargan/stargan.py)

---
## Voice-Conversion

#### [StarGAN-VC](./voice_conversion/stargan_vc/StarGAN.py)

#### [CycleGAN-VC](./voice_conversion/cyclegan_vc/CycleGAN.py)

---
## Makeup-Transfer
#### [BeautyGAN]()

---

## Virtual Try-on