hr9654
1
用户您好,请详细描述您所遇到的问题:
- 系统软件版本: 板端是ubuntu桌面版镜像
- 问题涉及的技术领域: 操作系统
- 问题描述:在板端运行 hrt_model_exec perf时,针对model zoo/runtime中的moblienetv2等bin模型是可以推理的并输出结果,但是会报keros_authentication faile错误,想问下这个报错的是什么意思。如图:
另外,针对unet这种网络,运行 hrt_model_exec perf时无法获得输出结果,报错Dequantize Information 输入有问题,想问下解决方案,如图:
地瓜橙
2
你好,目前验证没有问题,可以使用root权限操作测试一下,另下面的报错不影响运行结果,是对加密芯片的验证。
[E][DNN][keros_util.cpp:98](1666059555747) keros_authentication failed, ret = 0
root@ubuntu:/app/ai_inference/models# hrt_model_exec perf --model_file ./mobilenet_unet_1024x2048_nv12.binhrt_model_exec perf --model_file ./mobilenet_unet_1024x2048_nv12.binI0000 00:00:00.000000 13022 vlog_is_on.cc:197] RAW: Set VLOG level for "*" to 3[BPU_PLAT]BPU Platform Version(1.3.1)![HBRT] set log level as 0. version = 3.14.5ioctl read error, ret = -1 error = 121keros_i2c_read failedioctl write error, ret = -1 error = 121keros_i2c_write failedioctl write error, ret = -1 error = 121keros_i2c_write failedioctl read error, ret = -1 error = 121keros_i2c_read failedioctl read error, ret = -1 error = 121keros_i2c_read failedioctl read error, ret = -1 error = 121keros_i2c_read failedioctl read error, ret = -1 error = 121keros_i2c_read failedioctl read error, ret = -1 error = 121keros_i2c_read failed [E][DNN][keros_util.cpp:98](1666059555747) keros_authentication failed, ret = 0[W][DNN]configuration.cpp:130](1666059555747) Keros key init failed.[DNN] Runtime version = 1.9.5_(3.14.5 HBRT)Load model to DDR cost 96.539ms.I1018 10:19:15.825357 13022 main.cpp:1044] get model handle successI1018 10:19:15.825526 13022 main.cpp:1665] get model input count successI1018 10:19:15.825654 13022 main.cpp:1672] prepare input tensor success!I1018 10:19:15.825691 13022 main.cpp:1678] get model output count successFrame count: 200, Thread Average: 50.636757 ms, thread max latency: 54.742001 ms, thread min latency: 41.925999 ms, FPS: 19.728739Running condition: Thread number is: 1 Frame count is: 200 Program run time: 10137.657000 msPerf result: Frame totally latency is: 10127.351562 ms Average latency is: 50.636757 ms Frame rate is: 19.728424 FPS
hr9654
3
你好我换用你使用的ai_inference/models下的mobilenet_unet_1024*2048_nv12.bin模型后可以正常执行,但使用考过来的原ddk/samples/ai_toolchain/model_zoo/unet_mobilenet/unet_mobilenet_1024x2048_nv12.bin模型则同样报错,能帮忙看下原因吗?