Closed ebgoldstein closed 2 months ago
I can now confirm that the new model works on the OpenMV. @efarq , if you want to use the new model, i put it in the firmware/
folder
New model can be incorporated in two steps:
Copy the new model to the OpenMV.
Change the OpenMV code:
to:
net = tf.load('MNv2Flood_cat_Sept2024.tflite', load_to_fb=True)
new model is in this repository: https://github.com/TinyCamML/OMVmodel
(so this repository does not get clogged with ML model experiments)