Skip to content

Latest commit

 

History

History
 
 

404-style-transfer-webcam

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Live Style Transfer with OpenVINO™

style transfer

Artistic style transfer blends a single style to any given image. The real-time style transfer model is a neural network trained to apply a single style to images. Different networks can be trained for different styles you may wish to apply.

Binder

Binder is a free service where the webcam will not work, and performance on the video will not be good. For the best performance, install the notebooks locally.

Notebook Contents

There are five pre-trained style transfer models you can use with this notebook with the following styles: Mosaic, Rain Princess, Candy, Udnie and Pointilism. The models are downloaded from ONNX Model Repository. They are based on the research paper Perceptual Losses for Real-Time Style Transfer and Super-Resolution and Instance Normalization. The final steps in this notebook show live inference results using video from a webcam and video file.

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.

See Also