Hello there
I’m trying to get a decent people recognition program to run on the openMV camera, and i was wondering if there is anything build in to transfer the image information to a numpy array to do some more exact people recognition.
The examples making use of the Tensor Flow plugin and machine learning isn’t that accurate and doesn’t work for people more than 5 m away from the camera, and that is something necessary for this project.
If there would be an other way to get better results on the recognition programs using Tensor Flow i’d like to hear about them.
I would like to export the numpy array to an other micro controller to run the recognition software on. I guess the openMV cam doesn’t have enough RAM to do more complex algorithms.
Arne VP