lixinghpu / SCCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Efficient Style-Corpus Constrained Learning for Photorealistic Style Transfer

Prerequisites

  • Python3.7
  • Pytorch 1.1

Test

  • Clone from github:

    git clone https://github.com/lixinghpu/SCCL.git

    cd SCCL

  • Download pre-trained models.

    Baidu:https://pan.baidu.com/s/19JENFU19r-KZx3poxPfzHQ

    mask: 6lv2

  • Generate the output image.

    python test.py --content "content_path"  --style  "style_path"  --output_name "result_name"  --model_state_path  "pretrained_dir"
    

Acknowledgement

Our implementation is highly inspired from the implementation of AdaIN and WCT2.

References

Citation

@article{

title={Efficient Style-Corpus Constrained Learning for Photorealistic Style Transfer},

author={Yingxu Qiao, Jiabao Cui, Fuxian Huang, Hongmin Liu*, Cuizhu Bao, Xi Li},

journal={IEEE Trans. On Image Processing},

year={2021}

}

Contact

Feel free to contact me if there is any question (qiaoyingxu@hpu.edu.cn).

About


Languages

Language:Python 100.0%