我的adb版本:
(base) xk@xk-virtual-machine:~$ adb version
Android Debug Bridge version 1.0.41
Version 35.0.1-11580240
运行yolov5.py代码报错:
use anchors from '../model/anchors_yolov5.txt', which is [[[10.0, 13.0], [16.0, 30.0], [33.0, 23.0]], [[30.0, 61.0], [62.0, 45.0], [59.0, 119.0]], [[116.0, 90.0], [156.0, 198.0], [373.0, 326.0]]]
W init: rknn-toolkit2 version: 1.6.0+81f21f4d
--> Init runtime environment
adb server version (41) doesn't match this client (40); killing...
daemon started successfully
error: device '192.168.0.133:40655' not found
E init_runtime: Connect to Device Failure (-1), Please check the USB connection!
E init_runtime: Catch exception when init runtime!
E init_runtime: Traceback (most recent call last):
E init_runtime: File "rknn/api/rknn_base.py", line 2492, in rknn.api.rknn_base.RKNNBase.init_runtime
E init_runtime: File "rknn/api/rknn_runtime.py", line 216, in rknn.api.rknn_runtime.RKNNRuntime.init
E init_runtime: File "rknn/api/rknn_platform.py", line 352, in rknn.api.rknn_platform.start_ntp_or_adb
E init_runtime: Exception: Init runtime environment failed!
W If you can't handle this error, please try updating to the latest version of the toolkit2 and runtime from:
https://console.zbox.filez.com/l/I00fc3 (Pwd: rknn) Path: RKNPU2_SDK / 1.X.X / develop /
If the error still exists in the latest version, please collect the corresponding error logs and the model,
convert script, and input data that can reproduce the problem, and then submit an issue on:
https://redmine.rock-chips.com (Please consult our sales or FAE for the redmine account)
Init runtime environment failed
我想请问一下,这是什么问题?
我的adb版本: (base) xk@xk-virtual-machine:~$ adb version Android Debug Bridge version 1.0.41 Version 35.0.1-11580240
运行yolov5.py代码报错: use anchors from '../model/anchors_yolov5.txt', which is [[[10.0, 13.0], [16.0, 30.0], [33.0, 23.0]], [[30.0, 61.0], [62.0, 45.0], [59.0, 119.0]], [[116.0, 90.0], [156.0, 198.0], [373.0, 326.0]]] W init: rknn-toolkit2 version: 1.6.0+81f21f4d --> Init runtime environment adb server version (41) doesn't match this client (40); killing...