leongatys / DeepTextures

Code to synthesise textures using convolutional neural networks as described in Gatys et al. 2015 (http://arxiv.org/abs/1505.07376)
273 stars 82 forks source link

Extending Gram Matrix For Video CNN Network #3

Closed sourcesync closed 8 years ago

sourcesync commented 8 years ago

Hi - I'm apply neural style to video and it seems the best approach is to extend the correlation gram matrix to my CNN 3D convolutions but I'm having trouble doing this :) I'm wondering may be if you've tried this already and can share some code.

leongatys commented 8 years ago

Hi, sorry, I didn't try using 3D CNNs so far.

Best Leon