It looks like people have installed the firmware, but I’m struggling to do so…
When following the documentation for installing the Grove Vision AI Module V2 Firmware, I’m hitting a few issues.
First, when I extract the firmware, there are no flash scripts as described:
Within the extracted firmware zip file, there are install scripts to flash your device
The only files are:
firmware.img README.txt xmodem
Additionally, the model file doesn’t seem to be in the repository:
You can find the model in the
model_vela.tflite
file.
The repository describes the location as:
EPII_CM55M_APP_S/app/scenario_app/edge_impulse_firmware/ei-model/face-detection.tflite
But that file doesn’t exist, even after running the python scripts. Only the c++ files are generated:
/EPII_CM55M_APP_S/app/scenario_app/edge_impulse_firmware/ei-model/tflite-model > ls
tflite_learn_33_compiled.cpp tflite_learn_33_compiled.h trained_model_ops_define.h
Any suggestions?