anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.52k forks source link

add layered stylize #89

Closed B-C-WANG closed 6 years ago

B-C-WANG commented 7 years ago

You can see why I changed the code and some experiments I did in this page: https://github.com/B-C-WANG/AI.Experiment/tree/master/AI.Exp.LayerNeuralStylize We often use one style image to calculate its output from beginning to relu1-1,relu2-1,relu3-1,relu4-1 and relu5-1 in VGG model. Here I split them, means that you can feed with 1 to 5 images to individually calculate its relu1-1, relu2-1, relu3-1, relu4-1 and relu5-1.