Home

Awesome

FTransGAN in PyTorch

This is the implementation for the paper:

Few-shot Font Style Transfer between Different Languages

in Proc. of Winter Applications on Computer Vision WACV’21, Jan., 2021. Paper.

<div align="center"> <img src="images/application.png" width="600"> </div>

Requirements

How to use

bash ./train.sh
bash ./test.sh
bash ./evaluate.sh
bash ./scripts.sh

Gallery

<img src="images/res_1.png"> <img src="images/res_2.png"> <img src="images/res_3.png">

Acknowledgements

Code derived and reshaped from:

pix2pix