BEAGLEY-AI TI SDK EDGE AI 10_01_00_04 VERSION

Hi Sir,

I am working on a project using the BeagleY-AI board for custom object detection utilizing DSP and MMA accelerators.

Here is the workflow I followed:

  1. Prepared the dataset
  2. Uploaded the dataset to Edge AI Studio
  3. Annotated the dataset
  4. Selected the device as AM67A
  5. Chose the model yolox_nano_lite
  6. Completed training
  7. Compiled the model
  8. Exported the compiled ZIP file

Note: During this process, Model Maker with Processor SDK 10.1 runs in the backend of Edge AI Studio.

After that, I copied the exported ZIP file to the BeagleY-AI board. The board is running with the image:
BeagleY-AI TI SDK Edge AI version 11_08_00_00

However, while running the model on the board, I am encountering errors such as artifact mismatch , which seems to be due to a version mismatch.

I tried searching for BEAGLEY-AI TI SDK EDGE AI 10_01_00_04 VERSION compatible images for BeagleY-AI, but I could not find them.

I also tried using the AM67A TI SDK, but the board does not boot properly and shows a red light.

Could you please help me sir resolve this issue so I can complete my project? @RobertCNelson @jkridner @silver2row @oleh @kira9k @foxsquirrel

kindly tell me any other ways to complete the project sir ?
Thank you.

Hi,@smith12. You need to use older version of edgeai for compiling your model. You can use edgeai-tidl-tools ( GitHub - TexasInstruments/edgeai-tidl-tools at 11_00_08_00 ยท GitHub ). There you will find all the instructions for compiling and running models.