C++ inference 能跑其他模型吗?
Created by: lanybass
rec_model我没用 超轻量中文模型 或 通用中文OCR模型 ,而是用的 RARE | MobileNetV3 : rec_mv3_tps_bilstm_attn。
det已经检测出框了,然后rec模型每次运行到这句: this->predictor_->ZeroCopyRun();
就各种报错。
0x000007FEFCC2BDFD 处(位于 ocr_system.exe 中)引发的异常: Microsoft C++ 异常: dnnl::error,位于内存位置 0x00000000001CCF10 处。
0x000007FEFCC2BDFD 处(位于 ocr_system.exe 中)引发的异常: Microsoft C++ 异常: dnnl::error,位于内存位置 0x00000000001CAD20 处。
0x000007FEFCC2BDFD 处(位于 ocr_system.exe 中)有未经处理的异常: Microsoft C++ 异常: dnnl::error,位于内存位置 0x00000000001CAD20 处。
如果不用ZeroCopyRun
改成Run
,除了报错以外,控制台还会有输出以下内容:
E0914 18:21:52.736883 6976 analysis_predictor.cc:347] feed names from program d
o not have name: [] from specified input
我的环境: win7 x64 vs2019 CPU [v1.7.2/v1.8.3都试过,一样]