(SDK) pix2pix CycleGAN style transfer
Hey there,
I am new to the ae sdk and want to implement some kind of style transfer like this:
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
Is it possible to send input from the afx plugin to a pythonscript and get back the output to show in the afx composition?
Otherwise I guess that I have to implement the algorithm in c++ with cuda. Are there some good readings to get started beside the documentary?
Thanks in advance,
Marius