Add note on failing RKNN inference on select Rockchip hardware (#18964)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
efc3c392a9
commit
5db36db822
1 changed files with 6 additions and 0 deletions
|
|
@ -133,6 +133,12 @@ To install the required packages, run:
|
|||
yolo predict model='./yolo11n_rknn_model' source='https://ultralytics.com/images/bus.jpg'
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
||||
If you encounter a log message indicating that the RKNN runtime version does not match the RKNN Toolkit version and the inference fails, please replace `/usr/lib/librknnrt.so` with official [librknnrt.so file](https://github.com/airockchip/rknn-toolkit2/blob/master/rknpu2/runtime/Linux/librknn_api/aarch64/librknnrt.so).
|
||||
|
||||

|
||||
|
||||
## Benchmarks
|
||||
|
||||
YOLO11 benchmarks below were run by the Ultralytics team on Radxa Rock 5B based on Rockchip RK3588 with `rknn` model format measuring speed and accuracy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue