Machine Learning - Teaching Isadora to recognise different human shapes
-
Hello Isadormobiles,
I've been following @Andy-Carluccio 's tutorial on Teaching Isadora to recognise images, object, people, which is here:
https://support.troikatronix.c...
I've run into a couple of issues - perhaps not surprising, as Andy wrote this five years ago!
1. The tensorflow models produced by Teachable Machine are now in .js format, not the .h5 that Andy's NDI Classify program wants.
With help from Claude AI I did convert the Tensorflow model to .h52. When I run the NDI_classify.exe I briefly see a window flash open, and that's it. No dialogue box as expected. Tried on two different PCs, so...
@Andy-Carluccio in the instructions it says "run NDI-Classify.exe" I didthis just by double clicking. Is there a particular way I should be running it?
Time has moved on, and perhaps this is no longer the best way to achieve this? I have this well trained tensorflow model which I want to use in Isadora to trigger events when the different human poses are detected. Shape A triggers event A, Shape B triggers event B, etc.
Any thoughts on this?
Thanks all!!
Mark (not...) -
I haven't gone through this in some time. I will go through this tomorrow, and see what needs to be updated to make the process smooth once again. My gut tells me it would be better to use the current format/s supported by Teachable Machine, and update the libs / code used to work with the current format.