8000 GitHub - Tim810306/CycleGAN: Collection of Cycle Generative Adversarial Network implementations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Collection of Cycle Generative Adversarial Network implementations

Notifications You must be signed in to change notification settings

Tim810306/CycleGAN

Repository files navigation

CycleGAN

Collection of Cycle Generative Adversarial Network implementations

Most codes are for python3, most notebooks works on

CycleGAN

CycleGAN results

Result after 3 hours and 58 epochs on a GTX 1080. From top to bottom: Input, Fake, Recreate of the input.

Face-off result. From top to bottom: Input, Fake, Recreate of the input. [youtube video](https://www.youtube.com/watch?v=Fea4kZq0oFQ)

 

Getting Started

1. Clone the repository and download two videos

$ git clone https://github.com/Tim810306/CycleGAN.git
$ cd CycleGAN/

2. Convert the video into frames

Change the file name in convert.py

$ python convert.py

Then images of frame will be show up!

About

Collection of Cycle Generative Adversarial Network implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0