All Projects → bengxy → Fastneuralstyle

bengxy / Fastneuralstyle

Licence: mit
Fast Neural Style for Image Style Transform by Pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fastneuralstyle

Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
Stars: ✭ 36 (-52.63%)
Mutual labels:  neural-style
Fast Neural Doodle
Faster neural doodle
Stars: ✭ 339 (+346.05%)
Mutual labels:  neural-style
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+1280.26%)
Mutual labels:  neural-style
Neural-Style-MMD
MXNet Code For Demystifying Neural Style Transfer (IJCAI 2017)
Stars: ✭ 82 (+7.89%)
Mutual labels:  neural-style
Neural-Zoom-Legacy
Infinite Zoom For Style Transfer
Stars: ✭ 14 (-81.58%)
Mutual labels:  neural-style
Fast Neural Style
pytorch implementation of fast-neural-style
Stars: ✭ 365 (+380.26%)
Mutual labels:  neural-style
Neural-Tile
A better tiling script for Neural-Style
Stars: ✭ 35 (-53.95%)
Mutual labels:  neural-style
Squeezenet Neural Style Pytorch
Lightweight implementation of neural style in Pytorch with SqueezeNet
Stars: ✭ 74 (-2.63%)
Mutual labels:  neural-style
Tensorflow Style Transfer
A simple, concise tensorflow implementation of style transfer (neural style)
Stars: ✭ 278 (+265.79%)
Mutual labels:  neural-style
Neural Style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。
Stars: ✭ 42 (-44.74%)
Mutual labels:  neural-style
Neural-Zoom
Infinite Zoom For Style Transfer
Stars: ✭ 34 (-55.26%)
Mutual labels:  neural-style
neural-style-pytorch
Neural Style implementation in PyTorch! 🎨
Stars: ✭ 50 (-34.21%)
Mutual labels:  neural-style
Neural Style Audio Tf
TensorFlow implementation for audio neural style.
Stars: ✭ 413 (+443.42%)
Mutual labels:  neural-style
cs20si
My solutions to Stanford's CS20si: Tensorflow for Deep Learning Research.
Stars: ✭ 15 (-80.26%)
Mutual labels:  neural-style
Torch Models
Stars: ✭ 65 (-14.47%)
Mutual labels:  neural-style
MeuralPaint
TensorFlow implementation of CNN fast neural style transfer ⚡️ 🎨 🌌
Stars: ✭ 19 (-75%)
Mutual labels:  neural-style
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (+377.63%)
Mutual labels:  neural-style
Pytorch Book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Stars: ✭ 9,546 (+12460.53%)
Mutual labels:  neural-style
Texture nets
Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Stars: ✭ 1,147 (+1409.21%)
Mutual labels:  neural-style
Neural Style Pt
PyTorch implementation of neural style transfer algorithm
Stars: ✭ 456 (+500%)
Mutual labels:  neural-style

FastNeuralStyle by Pytorch

Fast Neural Style for Image Style Transform by Pytorch

This is famous Fast Neural Style of Paper Perceptual Losses for Real-Time Style Transfer and Super-Resolution of Feifei Li.

Result

Style Image Origin Image Generated Image
style style style
style style style

How to Run

Train and Test

Training DataSet

I Strongly Recommend you to download coco80k 2014 dataset from coco80k 2014 (This is also used by the original paper)

You can use your own huge image dataset as well

Configure

put dataset under ./dataset, the folder will looks like

dataset 
 --train2014
 --put_coco_train_here

Run

train 
python train.py -h

test
python go.py -h

Pretrained Model

models are saved in ./model folder by default.

I also release two pretrained model .

wave.model

You can download and put it under ./model folder

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].