Qengineering / YoloV7-ncnn-Raspberry-Pi-4

YoloV7 for a bare Raspberry Pi using ncnn.
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
91 stars 19 forks source link

pt转onnx 的问题 #4

Open sssssshf opened 9 months ago

sssssshf commented 9 months ago

大佬您好,我想问一个关于转模型的问题,由于官方的yolov7 转onnx的参数选择太多,并且没有给无后处理的onnxdemo,我想问您 转onnx的时的指令是什么 。我在转模型后 不能把onnx转为ncnn

Qengineering commented 9 months ago

I've used a ready-made model by Xiang Shin Wuu. You might take a look here

sssssshf commented 9 months ago

I've used a ready-made model by Xiang Shin Wuu. You might take a look here

thanks, I got it done

Qengineering commented 9 months ago

You're welcome