Toybrick

标题: ubuntu 18.04 找不到rk1808S0 [打印本页]

作者: stoneAI    时间: 2022-2-14 16:00
标题: ubuntu 18.04 找不到rk1808S0
设备: rk1808S0
主机: ubuntu 18.04, Intel x86处理器
现象描述:conda创建环境 python3.6.13,安装rknn-toolkits 1.7.1开发包,运行update_rk1808_ai_cs_rule.sh修改权限。
                终端执行 adb devices
                显示List of devices attached
                      emulator-5554        offline

                运行python程序脚本
                 >>>from rknn.api import RKNN
                 >>>rknn = RKNN()
                 >>>rknn.list_devices()
                 显示
                 all device(s) with adb mode:
                 emulator-5554
                 all device(s) with ntb mode:
                 TS018083201200336
                 *************************
                 W Cannot use both device with adb mode and device with ntb mode.
                 (['emulator-5554'], ['TS018083201200336']

                 运行示例程序yolov3,想按照Rockchip_Quick_Start_RKNN_Toolkit_V1.7.1_CN.pdf的方式修改程序,使其运行在从设备,发现可能是PC为识别到计算棒,请问应该如何解决。

作者: bobby_jiang    时间: 2022-2-14 17:19
这只是个告警,两个设备不要同时用就行了。
你们指定使用TS018083201200336就好
作者: stoneAI    时间: 2022-2-14 17:24
bobby_jiang 发表于 2022-2-14 17:19
这只是个告警,两个设备不要同时用就行了。
你们指定使用TS018083201200336就好 ...

好的,谢谢~
作者: stoneAI    时间: 2022-2-15 09:32
本帖最后由 stoneAI 于 2022-2-15 09:38 编辑
bobby_jiang 发表于 2022-2-14 17:19
这只是个告警,两个设备不要同时用就行了。
你们指定使用TS018083201200336就好 ...

修改程序,运行报错:
E RKNNAPI: RKNN VERSION:
E RKNNAPI:   API: 1.7.1 (566a9b6 build: 2021-10-28 14:53:41)
E RKNNAPI:   DRV: 1.4.0 (b4a8096 build: 2020-09-14 11:15:57)
E RKNNAPI: ==============================================
E Catch exception when init runtime!
E Traceback (most recent call last):
E   File "rknn/api/rknn_base.py", line 897, in rknn.api.rknn_base.RKNNBase.init_runtime
E   File "rknn/api/rknn_runtime.py", line 341, in rknn.api.rknn_runtime.RKNNRuntime.build_graph
E Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID
E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team.
E You can also check github issues: https://github.com/rockchip-linux/rknn-toolkit/issues
E Current device id is: TS018083201200336
E Devices connected:
E ['emulator-5554', 'TS018083201200336']
Init runtime environment failed.


好像是模型不匹配





欢迎光临 Toybrick (https://t.rock-chips.com/) Powered by Discuz! X3.3