资源算法Fast-Neural-Style-Transfer

Fast-Neural-Style-Transfer

2020-02-07 | |  37 |   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

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...