neural-style-transfer-tutorial topic
List
neural-style-transfer-tutorial repositories
pytorch-naive-video-neural-style-transfer
77
Stars
8
Forks
Watchers
Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized and segmented videos.
pytorch-neural-style-transfer
354
Stars
77
Forks
Watchers
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the imag...
pytorch-neural-style-transfer-johnson
112
Stars
24
Forks
Watchers
Reconstruction of the fast neural style transfer (Johnson et al.). Some portions of the paper have been improved by the follow-up work like the instance normalization, etc. Checkout transformer_net.py...