- #1
emmasaunders12
- 43
- 0
Hi I am using a convolution neural network (with inversion) to simulate images with the same "texture" as the input image, using a random image to start with. The activations of the CNN are first learned with an example or source image. A cost function then minimizes the difference between the simulated features and the source features. The new simulated image has the same texture profile as the source image. The method is described here.
http://bethgelab.org/deeptextures/
My question is, is there a way to somehow tune the network to output a simulated image that has a greater texture parameter, such as skew or energy, or perhaps a way to incorporate these parametrized textures into the cost function.
I'm new to CNN's so sorry if this is trivial
Thanks
Emma
http://bethgelab.org/deeptextures/
My question is, is there a way to somehow tune the network to output a simulated image that has a greater texture parameter, such as skew or energy, or perhaps a way to incorporate these parametrized textures into the cost function.
I'm new to CNN's so sorry if this is trivial
Thanks
Emma