I recently get my openmv h7 plus and i’m trying to run the example tf_image_classification, but i’m getting the following error:
AttributeError: ‘module’ object has no attribute ‘Model’
The models has already in the device with the cnn network library
What i’m missing?
Hi, please update your H7 Plus firmware to the latest version. Also, please use Edge Impulse to train CNN models. Edge Impulse - The Leading Edge AI Platform
I forget to mention sorry, i’m already in 4.5.9.
And about the pre-trained models? It doesn’t work anymore?
When I run that example on the H7 Plus it is fine… I don’t get the error you are seeing.
Please note that TensorFlow Lie for Microcontrollers dropped support for Google’s Mobilenet v1 uint8. You can still do image classification, just not using that model. Edge Impulse will create models that do image classification which run onboard.