fast-neural-style-tensorflow icon indicating copy to clipboard operation
fast-neural-style-tensorflow copied to clipboard

Integate with opencv to make it real time video

Open jacobyxu opened this issue 7 years ago • 0 comments

Hi Zhiyuan,

First of all, your job is very impressive and great!

I added one more functionality, which is to realize a real-time style transfer on video from camera. It works in Python 2 and Python 3 environment both. Hope you like it.

What I did is to make a placeholder for the input frame from opencv videoCapture, and keep the remaining parts of structure. I also built some functions to process the image.

Please contact me at [email protected].

Thank you! Best,

jacobyxu avatar Jan 09 '18 23:01 jacobyxu