All Projects → ceshine → Fast Neural Style

ceshine / Fast Neural Style

Pytorch Implementation of Perceptual Losses for Real-Time Style Transfer and Super-Resolution

Projects that are alternatives of or similar to Fast Neural Style

Homework fall2020
Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)
Stars: ✭ 149 (-1.32%)
Mutual labels:  jupyter-notebook
Ml From Scratch
All the ML algorithms, ML models are coded from scratch by pure Python/Numpy with the Math under the hood. It works well on CPU.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Ml
代码记录
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Book nbs
Notebooks for upcoming fastai book (draft / incomplete)
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Analyzingalpha
Stars: ✭ 148 (-1.99%)
Mutual labels:  jupyter-notebook
Ai Matrix
To make it easy to benchmark AI accelerators
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Math With Python
Various math-related things in Python code
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Book Deep Learning Applications With Applications Using Python
Chapterwise code available in the book
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Data Engineering Nanodegree
Projects done in the Data Engineering Nanodegree by Udacity.com
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Fifa 2018 World Cup Predictions
I used Machine Learning to make a Logistic Regression model using scikit-learn, pandas, numpy, seaborn and matplotlib to predict the results of FIFA 2018 World Cup.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Newspaper Navigator
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Hands On Machine Learning With Scikit Learn Keras And Tensorflow
Notes & exercise solutions of Part I from the book: "Hands-On ML with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurelien Geron
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Sphereface Plus
SphereFace+ Implementation for <Learning towards Minimum Hyperspherical Energy> in NIPS'18.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Mprgdeeplearninglecturenotebook
Stars: ✭ 148 (-1.99%)
Mutual labels:  jupyter-notebook
Deeplearningbook
Repositório do Deep Learning Book - www.deeplearningbook.com.br
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Freecodecamp Pandas Real Life Example
Stars: ✭ 148 (-1.99%)
Mutual labels:  jupyter-notebook
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Exercises thushv dot com
Here lies all the exercises I implement and share in my website
Stars: ✭ 149 (-1.32%)
Mutual labels:  jupyter-notebook
Tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Designing Data Intensive Applications Notes
Reading notes on the excellent "Designing Data-Intensive Applications"
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook

fast-neural-style

July 2018 Update:

  1. Upgrade to PyTorch 0.4.0.
  2. Minor Refactor.
  3. Allow assigning an independent style weight for each layer.
  4. Provide a Dockerfile

The code to the first blog post about this project can be found in tag 201707.

Stylize Script Usage Example

python stylize.py models/model_rain_princess_cropped.pth content_images/pic.jpg pic-512.jpg --resize=512

Old README

This personal fun project is heavily based on abhiskk/fast-neural-style with some changes and a video generation notebook/script:

  1. Use the official pre-trained VGG model
  2. Output intermediate results during training
  3. Add Total Variation Regularization as described in the paper

The model uses the method described in Perceptual Losses for Real-Time Style Transfer and Super-Resolution along with Instance Normalization.

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].