Cr33zz
New Member
Hi, I'm working on fast neural style transfer project. This is basically a neural network capable of generating stylized images from any input image in real-time. I wanted to implement OBS Studio plugin so I can apply this stylization to any source. My neural network requires an RGB image as an input, so I need to grab the current source frame, push it through my network and set the stylized frame as an output of my effect/filter. I was googling for how to achieve that but most of the filters are implemented as shader-style effects which is not what I need. Any hints on how I could achieve that would be appreciated :)