I have created a custom Gstreamer RKNN plugin based on the yolov3 C sample.
The plugin is working and is able to show proper bounding box + label but the execution of the pipeline will hang halfway through and return with errors as below:
E RKNNAPI: __pthread_recv_msg, recv(MsgHeader) fail, -9(ERROR_PIPE) < 108!
E RKNNAPI: rknn_outputs_get, p_ctx->queue_output.size() = 0!
rknn_outputs_get fail! ret=-3
I have queried the api and driver version as below:
Your version is toooo old.
The latest version is API 1.3.0/DRV 1.3.0 ,
and rknn-toolkit also is 1.3.0. 作者: vincent911001 时间: 2020-4-15 09:41
Hi Jeffery,
I have changed the API version to 1.3.0 by replacing the librknn_api.so in /lib64 but what should I do to change the DRV version to 1.3.0?
Please advise.