You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the instruction https://docs.radxa.com/en/rock5/rock5c/app-development/rknn_install to run rknn models on the Radxa 5C. However, the command "sudo apt install python3-rknnlite2" failed to locate the package. Same problem also for "sudo apt install rknpu2-rk3588"
I am, however, able to run:
pip install rknn-toolkit2
When I ran:
python3 yolov5.py --model_path ./yolov5s_rk3588.rknn --target 'rk3588' --img_save
It complains the following library is not found:
/usr/lib64/librknnrt.so: cannot open shared object file: No such file or directory
So where can I install the librknnrt.so? Thanks.
The text was updated successfully, but these errors were encountered:
Which image you are using now? the source of rknpu2-rk3588 is from radxa apt source, if you are not using the Radxa os, it would not be located the package.
And for the libeknnrt.so, you can download it from here
best,
Morgan
I am following the instruction https://docs.radxa.com/en/rock5/rock5c/app-development/rknn_install to run rknn models on the Radxa 5C. However, the command "sudo apt install python3-rknnlite2" failed to locate the package. Same problem also for "sudo apt install rknpu2-rk3588"
I am, however, able to run:
pip install rknn-toolkit2
When I ran:
python3 yolov5.py --model_path ./yolov5s_rk3588.rknn --target 'rk3588' --img_save
It complains the following library is not found:
/usr/lib64/librknnrt.so: cannot open shared object file: No such file or directory
So where can I install the librknnrt.so? Thanks.
The text was updated successfully, but these errors were encountered: