While looking for the source of the Candy style for neural style transfer we came across the following image that was apparently used by several people as input.
We tried to identify the painter of the above piece but we were not able to pinpoint the exact painting. What we found was a painting called “June Tree” by Natasha Wescoat which has looks extremely similar to this so we assume that the input must be a paint by mrs. Wescoat.
This an audio-less re-production of the “Elephants Dream” by Blender Foundation after it was parsed using a neural network that attempts to transfer the same style as what seems to be a variation of the “June Tree” by Natasha Wescoat to each frame of the video. Audio will be added at a later stage.
While looking for the source of the Feathers style for neural style transfer we came across the following image that was apparently used by several people as input. After some special Google-Fu we were able to find a page that posts the above watercolor paint with feathers leaves and petals…
We are looking for the source of the mosaic style for neural style transfer, we came across the following image that was apparently used by several people as input but we could not identify the source of it. The photo depicts a lady holding a flower on stained glass. https://youtu.be/P9DtnAEYTN4…
We decided to revisit some old work on Neural Style Transfer and TensorFlow. Using the sample code for Fast Neural Style Transfer from this page https://www.tensorflow.org/tutorials/generative/style_transfer#fast_style_transfer_using_tf-hub and the image stylization model from here https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2, we created a tool. The goal of our venture was to simplify the procedure of changing…