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.

SK-TDA4VM: How to run the Edgei-yolov5 trained network on TDA4

Part Number: SK-TDA4VM

Hi team,

The edgeai-yolov5 using command: python train.py --data coco.yaml --cfg yolov5s6.yaml --weights '' --batch-size 64

Trained network runs/train/exp2/weights/best.pt

Convert it to onnx using the command below: python export.py --weights pretrained_models/yolov5s6_640_ti_lite/weights/best.pt --img 640 --batch 1 --simplify --export-nms --opset 11

Issue: The onnx is generated without the corresponding .prototxt file being generated in sync. The customer would like to know how to generate the prototxt file. Without the prototxt file, the xx.bin file cannot be generated using the edgeai-tidl-tool.

Could you help check this case? Thanks.

Best Regards,

Cherry