ppogg / YOLOv5-Lite

🍅🍅🍅YOLOv5-Lite: Evolved from yolov5 and the size of model is only 900+kb (int8) and 1.7M (fp16). Reach 15 FPS on the Raspberry Pi 4B~
GNU General Public License v3.0
2.28k stars 407 forks source link

v5lite-g.pt 部署至rk3588 預測結果錯誤 #259

Open TomHsu-MIddle opened 7 months ago

TomHsu-MIddle commented 7 months ago

模行從onnx轉換rknn的步驟都可以正常運行 如下預測結果不正常錯誤 result

但在轉換的過程中 有遇到warning的訊息 Screenshot from 2024-03-30 18-33-15

希望有人可以提供有轉換rk3588平台成功的經驗 THX!

ppogg commented 7 months ago

加交流群了吗,我在群里先帮你问问

jizhuanwen commented 6 months ago

这个问题我之前在3588上部署yolov5时遇到过,这个是需要重新聚类生成自己的anchors,用默认的anchors就会出现乱框。(当时我是这么解决的,希望对你有用)