Photorealistic Style Transfer via Wavelet Transforms - https://arxiv.org/abs/1903.09760
Keras + tensorflow implementation of WCT2.
Original implementation in PyTorch by Jaejun-yoo
wget -O https://github.com/ptran1203/photorealistic_style_transfer/releases/download/v1.0/tfrecords.zip
unzip tfrecords.zip
python3 train.py --train-tfrec tfrecords/train.tfrec\
--epochs 10
--batch-size 8
--checkpoint-path /content/ckp/wtc2.h5 # Save to this path
--resume # Continue training
--lr 1e-4
!python3 inference.py --content /content/photorealistic_style_transfer/examples/input/in21.png\
--style /content/photorealistic_style_transfer/examples/style\
--output /content/tests
Content | Style | Result |
---|---|---|