1. 由于ncnn不直接支持topk算子,直接导出onnx、再到ncnn会报错,解决办法是需要去掉后处理相关模块,克隆 yolov10仓库GitHub - THU-MIG/yolov10: YOLOv10: Real-Time End-to-End Object Detection到本地,修改ultralytics/nn/modules/head.py 如下: 定位497行,class v10Detect(Detect)类添加新的方法: defforw...
ncnn部署yolov10 Browse files Browse the repository at this point in the history main yangsu authored and yangsu committed Jun 30, 2024 0 parents commit 488b2c8 Show file tree Hide file tree Showing 40 changed files with 10,611 additions and 0 deletions. Whitespace Ignore whitespace ...