This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Porting Unsupported OD model (yolov8) to TDA4VM

Part Number: TDA4VM

Tool/software:

To port unsupported models such as YOLOv8 to the TDA4VM SOC, I have conducted various studies and research on supported models like YOLOv5_TI_lite and YOLOX_s_lite. From my findings, I concluded that the activation function needs to be changed to "ReLU" instead of "Sigmoid" in the YOLOv8 architecture. Additionally, I have configured the maxpool layers to have a kernel shape of 3.

However, when attempting to compile using EdgeAI Benchmark, I encountered some artifacts and issues during inference, resulting in an accuracy of '0'.

Attached are the changes made to the architecture and the compilation issues encountered. Please advise on further steps needed to successfully compile the model.