资源算法Fast-Neural-Style-Transfer

Fast-Neural-Style-Transfer

2020-02-07 | |  86 |   0 |   0

Fast-Neural-Style-Transfer

PyTorch implementation of Fast Neural Style Transfer (official Lua implementation).

I have made some trained models available here.

Train

python3 train.py  --dataset_path <path-to-dataset> 
                  --style_image <path-to-style-image> 
                  --epochs 1 
                  --batch_size 4 
                  --image_size 256

Test on Video

python3 test_on_video.py  --video_path <path-to-video> 
                          --checkpoint_model <path-to-checkpoint> 

Test on Image

python3 test_on_image.py  --image_path <path-to-image> 
                          --checkpoint_model <path-to-checkpoint> 


上一篇:chainer-fast-neuralstyle

下一篇:fast-neural-style.tf

用户评价
全部评价

热门资源

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...