Yijunmaverick / UniversalStyleTransfer

The source code of NIPS17 'Universal Style Transfer via Feature Transforms'.
MIT License
601 stars 90 forks source link

Video transfer #5

Open CJHFUTURE opened 6 years ago

CJHFUTURE commented 6 years ago

Hi there is a patchy areas that jump around between images in video transfer. This isnt so much temporal issues with the style transfer of features as much as little patches of luminance change that flicker around....Is this something to do with theWhiten-Color Transform as it doesnt happen when using the Adain method with your implementation?

Yijunmaverick commented 6 years ago

@Sugarbank I think so. Currently, our extension to video is not good and the SVD decomposition looks more unstable for consecutive frames than changing the mean in AdaIN.