CycleGAN-Models
CycleGAN-Models copied to clipboard
Models generated by CycleGAN
CycleGAN-Models
Models generated by CycleGAN.
bear2panda
This translates bear to panda in image.
men2spock
Original | Transfiguration |
---|---|
![]() |
![]() |
Prerequisits
- CycleGAN (See the README for installation)
Usage
mv ./CycleGAN-Models/models/bear2panda/latest_net_G_A.t7 path/to/models_dir/
cd path/to/cyclegan-root/
DATA_ROOT=/path/to/data/ name=model_dir th train.lua
Citation
@article{CycleGAN2017,
title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
journal={arXiv preprint arXiv:1703.10593},
year={2017}
}
License
MIT © Tatsuya Hatanaka