Meta Co-Tracker AI integration in After Effects
Context:
I am trying to integrate Meta Co-Tracker (as of now, maybe will look for better ones too) in After Effects to track 2D points in one click with a single go, will explore more, or if you've suggestions let me know.
Currently, I managed to get the tracked points data using .json to AE shapes (Please see preview video).
Problem/Question 1:
I think creating this entirely AE plugin/script not gonna work due to performance reasons (or my cognitive limits), so can I create some GUI python program and link that to AE via SDK ... like Mocha, or Element 3D as they do their processes standalone and then export desired that data to AE which is efficient.
Problem/Question 2:
There are many plugins in AEScripts.com where they are using AI within AE plugin only, how they are doing it as a user don't have to install additional libs, python, etc? or is it doing some python process at the backend using SDK?
Current Progress Preview: https://vimeo.com/910721332/4b71632738
