I have built a custom model that loads and runs from the SD card. Now looking to embed the model into the firmware. I have followed these two posts, and placed my model “blob_classify” and label files into openmv/src/lib/tflm/models, then build the firmware.
I load the firmware with this path:
\wsl.localhost\Ubuntu\home\username\openmv\src\build\bin\firmware.bin
After loading the firmware I get the error “Could not find the file”.
When I change to model filename to “fomo_face_detection”, the model loads.
Hi, can you provide your model and labels? I just tried this feature out by adding a renamed second copy of fomo to the nicla firmware and there were no issues.