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: 怎样将edgeai-yolov5训练出的网络在TDA4上的运行?

Part Number: SK-TDA4VM


edgeai-yolov5使用命令:python train.py --data coco.yaml --cfg yolov5s6.yaml --weights '' --batch-size 64

训练出网络runs/train/exp2/weights/best.pt

 使用如下命令将其转换成onnx:python export.py --weights pretrained_models/yolov5s6_640_ti_lite/weights/best.pt --img 640 --batch 1 --simplify --export-nms --opset 11

但生成onnx的同时没有同步生成对应的.prototxt文件,请问这个prototxt文件该如何生成?
没有prototxt文件,则无法使用edgeai-tidl-tool生成xx.bin文件,望答复,谢谢!