Hi everyone,
I’ve done my best to search the forums, but I want to make sure I’m taking the smartest approach I can to solve my needs.
What I need to do is get images from the OpenMV camera, classify them, then use that classification in a python 3 program so that I can send a command to the robot.
Currently what I need help with are these 2 aspects.
My unquantized model performs great, but my quantized is not going to do well enough to succeed. If I can’t improve the model’s quantized performance enough, is there a way to use the data from the OpenMV cam and the float32 Edge Impulse model in python on say a ras pi or a Windows machine?
Say I run the model on the OpenMV and it’s classifying. How can I take those results and then use that result in another .py program? Or with an SD card, am I able to install other python libraries on the OpenMV?