We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
采用PaddleDetection V2.8.1版本训练了Solov2的模型,C++ 部署 采用PaddleInterface进行部署 版本:CPU MKL版本 cpu_avx_mkl paddle_inference.zip MSVC 2017
采用官方提供的cpp deploy的文件,配置好OpenCV 和PaddleInferce的相关配置
执行程序时:在运行 predictor_->Run();指令时,内存报错,
Exception thrown at 0x00007FF9F41718F1 (paddle_inference.dll) in main.exe: 0xC0000005: Access violation reading location 0x0000000000000000. 异常报错是否是因为版本问题??
The text was updated successfully, but these errors were encountered:
建议使用paddle2.5版本以及PaddleDetection 2.6.1
Sorry, something went wrong.
lyuwenyu
zhangyubo0722
No branches or pull requests
问题确认 Search before asking
请提出你的问题 Please ask your question
采用PaddleDetection V2.8.1版本训练了Solov2的模型,C++ 部署
采用PaddleInterface进行部署
版本:CPU MKL版本 cpu_avx_mkl paddle_inference.zip MSVC 2017
采用官方提供的cpp deploy的文件,配置好OpenCV 和PaddleInferce的相关配置
执行程序时:在运行
predictor_->Run();指令时,内存报错,
Exception thrown at 0x00007FF9F41718F1 (paddle_inference.dll) in main.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
异常报错是否是因为版本问题??
The text was updated successfully, but these errors were encountered: