Skip to content

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

Notifications You must be signed in to change notification settings

jjdblast/fast-neural-style

 
 

Repository files navigation

fast-neural-style

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. The saved-models for examples shown in the README can be downloaded from here.

The blog post on this project

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Python 0.7%