• Stars
    star
    333
  • Rank 122,147 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast Neural Style Transfer in Pytorch

Fast Neural Style Transfer in PyTorch

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

Figure: Training progress over the first 10,000 batches.

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> \

More Repositories

1

ML-From-Scratch

Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
Python
22,643
star
2

PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
Python
15,079
star
3

Keras-GAN

Keras implementations of Generative Adversarial Networks.
Python
9,062
star
4

PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
Python
7,170
star
5

NapkinML

A tiny lib with pocket-sized implementations of machine learning models in NumPy, most of which will fit in a tweet.
Python
547
star
6

Action-Recognition

Exploration of different solutions to action recognition in video, using neural networks implemented in PyTorch.
Python
166
star
7

PyTorch-Deep-Dream

Minimal PyTorch implementation of Deep Dream
Python
142
star
8

eriklindernoren.se

Personal website
CSS
19
star
9

HomeAssistant

Alfred - Domestic butler - IoT Experiment
JavaScript
15
star
10

SemSegGUI

C++
11
star
11

GoogleTTS

Lightweight Python wrapper of the Google Text-To-Speech API
Shell
6
star
12

TBMI26-Neural-Networks

Repository for the lab series in TBMI26 Neural Networks and Learning Systems. Matlab implementations of the Perceptron, MLP, Adaboost, kNN and a Q-learning example
MATLAB
5
star
13

PFTA-Final-Assignment

Final assignment of the course 'Python for Text Analysis'
Jupyter Notebook
4
star
14

TDDC17-Artificial-Intelligence

Lab assignments, exam questions and answers. https://www.ida.liu.se/~TDDC17/info/labs.en.shtml
JavaScript
3
star
15

Sonus-JFugueUI

Application that enables composing of music using the Java library JFugue.
Java
2
star