Image recognition

Hi
Working on a project involving image recognition. Exploring 3rd party frameworks, in particular Yolo

github.com/gliese581gg/YOLO_tensorflow
github.com/llSourcell/YOLO_Object_Detection

Has anyone gotten TD to work successfully with any AI or Image Detection libraries like Yolo?

Any examples?

I’m looking into this as well, if I figure out how to make it work I’ll let you know! Have you managed to make any progress yet?

I’d bet that you could think about doing this either in another thread, or in an external Python process that you got results back from.

If you’re interested in looking at background threads there’s a look at the how to portions of that here:
github.com/raganmd/touchdesigne … -threading

If you want to see what that looks like in action, there’s an example of functional code for finding dominant color in an image here:
github.com/raganmd/touchdesigner-dominant-color

Has anyone made some progress on this?