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
- Host: GitHub
- URL: https://github.com/jackaduma/gans-implementation
- Owner: jackaduma
- License: mit
- Created: 2020-10-10T03:27:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T12:14:37.000Z (over 4 years ago)
- Last Synced: 2026-01-01T02:58:54.916Z (7 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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