Skip to content

Chainer implementation of "Toward Multimodal Image-to-Image Translation".

Notifications You must be signed in to change notification settings

shubhampachori12110095/chainer-bicyclegan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chainer-bicyclegan

Chainer implementation of "Toward Multimodal Image-to-Image Translation".
This is a faithful re-implementation of the official PyTorch implementation.

Installation

git clone --recursive https://github.com/wkentaro/chainer-bicyclegan.git
cd chainer-bicyclegan

conda install -c menpo -y opencv
pip install .

Training

cd examples/bicyclegan

# ./train.py <dataset> --gpu <gpu_id>
./train.py edges2shoes --gpu 0

Results

It shows that the BicycleGAN output has more variety with smaller batchsize.

edges2shoes

  • batchsize=2,epoch=60 (left)
  • batchsize=60,epoch=60 (right)

edges2handbags

  • batchsize=2,epoch=5 (left)
  • batchsize=60,epoch=15 (right)

About

Chainer implementation of "Toward Multimodal Image-to-Image Translation".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%