Title: ROC-RK3588S-PC NPU Demo does not work on Linux [Print This Page] Author: kgb Time: 7/6/2023 23:50 Title: ROC-RK3588S-PC NPU Demo does not work on Linux Last edited by kgb In 7/7/2023 01:19 Editor
1. There is no road.bmp in the Linux folder: ./rknn_ssd_demo model/RK3588/ssd_inception_v2.rknn model/road.bmp
2. I found bus.jpg in the same place, so I tried with that: ./rknn_ssd_demo model/RK3588/ssd_inception_v2.rknn model/bus.jpg
Result: resize 640 640 to 300 300 Loading model ... rknn_init ... E RKNN: [15:47:17.921] This shared library is for RK3566/RK3568 platforms only! rknn_init fail! ret=-1
It seems like compiled Linux Demo does not work for RK3588.