rknn_model_zoo icon indicating copy to clipboard operation
rknn_model_zoo copied to clipboard

Yolov5 Model Conversion Issue

Open joewong00 opened this issue 1 year ago • 0 comments

I have a RK3566 board with RKNN v1.5.0 and I'm trying to run object detection module using a YOLOv5 model. I tried downloading the onnx model provided here (https://github.com/airockchip/rknn_model_zoo/tree/main/examples/yolov5), and then convert to a rknn model to be used. However, when I tried running using the model, the result is very weird:

Actual Result: Screenshot 2023-12-19 at 6 55 34 PM

Expected Result: Screenshot 2023-12-19 at 6 56 29 PM

I suspect there is some issues with the conversion, maybe the version is wrong. I need to run yolov5n on an OrangePi 3b, but so far I only gotten the yolov5s rknn model provided in (https://github.com/rockchip-linux/rknpu2/tree/v1.5.0/examples/rknn_yolov5_demo/model/RK3566_RK3568) to be working. Please help, thank you.

joewong00 avatar Dec 20 '23 02:12 joewong00