rockchip-linux / rknn-toolkit

BSD 3-Clause "New" or "Revised" License
802 stars 173 forks source link

Invalid RKNN format. rknn_query, load_model failed #129

Closed AIGirl10 closed 2 years ago

AIGirl10 commented 2 years ago

We tried to inference ssd_mobilenet _v1 model with C++ inference on Rk3566 board. But got this error

Loading model ...
rknn_init ...
I RKNN: set log level to 0
E RKNN: Invalid RKNN format
E RKNN: rknn_query, load_model failed
rknn_init fail! ret=-1

Tried to search the error code it said its Model Execution error, but not able to understand why its not working, because same model worked with python inference on ubuntu 16.04.

zen-xingle commented 2 years ago

For RK3566, RK3568, RK3588 user, please switch to rknn-toolkit2 for help. Sorry for the inconvenience about the confuse of version. https://github.com/rockchip-linux/rknn-toolkit2

AIGirl10 commented 2 years ago

@zen-xingle

sure thanks.