Closed nerbivol closed 6 months ago
I'm encountering another issue, so I haven't been able to reproduce your case yet. However, it seems that converting to rknn
may have quantized the model, resulting in a loss of accuracy. I recommend avoiding quantization, especially when working with yolo8n
. The m
and s
versions are likely more suitable for quantization
Description:
When executing the YOLOv8 model in ONNX format as demonstrated in the original repository, the model performs well, yielding satisfactory results as shown in
However, upon conversion of the ONNX model to RKNN format and subsequent inference using the provided script, the obtained results as depicted in
Steps to Reproduce:
https://github.com/airockchip/rknn_model_zoo
/examples/yolov8
Execute the provided script with an input image.
Example:
Output:
Environment Details: