6,776
社区成员
发帖
与我相关
我的任务
分享我按照qai_app_builder的samples中的yolo8_det 实现了yolo11_det脚本,qnn模型使用的是在线编译流程,进行了w8a16量化,最后成功生成的了.bin,运行yolo11_det脚本遇到了如下问题:
0.0ms [^main][31976][WARNING] <W> Initializing HtpProvider
149.8ms [^main][31976][WARNING] Time: Read model file to memory. 0.40
0.0ms [^main][31976][ ERROR ] <E> Using newer context binary on old SDK
0.0ms [^main][31976][ ERROR ] <E> Fail to get context blob with err 5000
0.0ms [^main][31976][ ERROR ] <E> Failed to get context blob meta info or shared blob meta info .etc.
0.0ms [^main][31976][ ERROR ] <E> Failed to create context from binary with err 0x1388
150.2ms [^main][31976][ ERROR ] Could not create context from binary.
150.2ms [^main][31976][WARNING] Time: contextCreateFromBinary. 0.25
150.3ms [^main][31976][WARNING] Time: UnmapViewOfFile. 0.06
150.3ms [^main][31976][ ERROR ] Create From Binary failure
<W> Cannot retrieve logger for invalid context handle 0000000000000000
<W> Logs will be sent to the system's default channel
<E> Invalid context handle
<E> Failed to free context with err 5002
150.5ms [^main][31976][ ERROR ] Could not free context
0.0ms [^main][31976][ ERROR ] <E> Using newer context binary on old SDK
看这个日志你使用的sdk版本不对,看下你导出的时候是什么版本