Model_vela_tflite missing from Edge Impulse repository?

Question/Issue:
[Per the Edge Impulse Documentation: Connecting Seeed Vision AI Module V2 to Edge Impulse. and the link to the latest Firmware in the README.txt Latest Edge Impulse Firmware for Vision AI Module V2: Step 1.4 specifically:

Additionally, you need to flash the model file to your board. You can find the model in the model_vela.tflite file.

  1. Clone the firmware source code from our repository]

However, I do not find the file: “model_vela_tflite” at the linked repository, or in a search of other Edge Impulse repositories.
In addition, the GitHub repository readme link to a prebuilt binary just links back to the same Edge Impulse Document.

Reproducibility:

  • [ X] Always
  • [ ] Sometimes
  • [ ] Rarely

Environment:

  • Platform: [e.g., Seeed Studio Vision AI Module V2.]
  • Build Environment Details: [ Windows 11]

Hi @Jim_Newcaretec

Checking now with one of the authors to see if this should be included, it is my understanding that the tflite file should be created by your project and included during the flashing (confirming this now)

python3 xmodem/xmodem_send.py --port=YOUR_BOARD_PORT_NAME --baudrate=921600 --protocol=xmodem --file=firmware.img --model="**EPII_CM55M_APP_S/app/scenario_app/edge_impulse_firmware/ei-model/face-detection.tflite** 0x200000 0x00000"

i.e. this is your model file - EPII_CM55M_APP_S/app/scenario_app/edge_impulse_firmware/ei-model/face-detection.tflite

Best

Eoin

1 Like