Skip to content

CycleGAN (image to image translation) implementation in pytorch

License

Notifications You must be signed in to change notification settings

jlim262/toy-cyclegan

Repository files navigation

toy-cyclegan

Simplified PyTorch implementation of CycleGAN based on the official implementaton.


Usage

Clone this repository

$ git clone http://github.com/jlim262/toy-cyclegan.git
$ cd toy-cyclegan

Prepare your dataset

In order to translate Bart Simpson to Lisa Simpson, Download Bart Simpson images into ./dataset/bart2lisa/trainA and Lisa Simpson into ./dataset/bart2lisa/trainB

Train a model

$ python train.py

View results on tensorboard

$ tensorboard --logdir=runs

About

CycleGAN (image to image translation) implementation in pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages