当前位置:网站首页>PaddleX部署推理模型和GUI界面测试结果不一致的解决方法
PaddleX部署推理模型和GUI界面测试结果不一致的解决方法
2022-08-01 05:01:00 【我本逍遥Kurt】
问题描述:
近期在用PaddleX做目标检测,用到FasterRCNN的时候,导出的inference_model部署到windows本地计算出的结果有误。
以下是模型部署的代码
model = pdx.deploy.Predictor('F:\panyutong\PaddleX\model\model5\inference_model
\inference_model')
image_name = 'F:\panyutong\LG\\test\\test\IMAGES\\1404.jpg'
predicts = model.predict(image_name)predicts测试和输出结果有误:
1.坐标为负
2.置信度大于1
3.预测的类别超出了自己的label个数
解决方法:
使用GPU预测结果是正确的,修改代码为
model = pdx.deploy.Predictor('F:\panyutong\PaddleX\model\model5\inference_model
\inference_model',use_gpu=True)
image_name = 'F:\panyutong\LG\\test\\test\IMAGES\\1404.jpg'
predicts = model.predict(image_name)新的问题:
使用GPU后报错:进程已结束,退出代码-1073740791 (0xC0000409)
解决方法:
我用的是pycharm,选择编辑配置,勾选模拟输出控制台(这里引用了其他博客的截图)


这样就可以把错误信息输出:
Could not locate zlibwapi.dll. Please make sure it is in your library path
原来是缺少一些资源
链接:https://pan.baidu.com/s/1JE4D5NQ0MfRkZdAEVQZHVQ
提取码:t4uv
lib文件放到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\lib
dll文件放到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\bin
参考博客:资源获取
添加后再次运行程序,结果正确!
边栏推荐
- FFmpeg 搭建本地屏幕录制环境
- Visual Studio提供的 Command Prompt 到底有啥用
- (2022 Niu Ke Duo School IV) N-Particle Arts (Thinking)
- Error: AttributeError: module 'matplotlib' has no attribute 'figure'
- 请问表格储存中用sql只能查询到主键列,ots sql非主键不支持吗?
- 7 行代码搞崩溃 B 站,原因令人唏嘘!
- PMP 80个输入输出总结
- PMP 项目沟通管理
- MySQL-DML语言-数据库操作语言-insert-update-delete-truncate
- 「以云为核,无感极速」顶象第五代验证码
猜你喜欢

Typescript20 - interface

typescript26 - literal types

Progressive Reconstruction of Visual Structure for Image Inpainting 论文笔记

Risk strategy important steps of tuning method

(2022牛客多校四)N-Particle Arts(思维)

出现Command ‘vim‘ is available in the following places,vim: command not found等解决方法

这里有110+公开的专业数据集

typescript23-tuple

PAT serie b write the number 1002

UE4 rays flashed from mouse position detection
随机推荐
剑指 Offer 68 - II. 二叉树的最近公共祖先
Logitech Mouse Experience Record
FFmpeg 搭建本地屏幕录制环境
Pyspark Machine Learning: Vectors and Common Operations
mysql中解决存储过程表名通过变量传递的方法
Swastika line-by-line parsing and realization of the Transformer, and German translation practice (2)
ApiFile
万字逐行解析与实现Transformer,并进行德译英实战(二)
pytroch、tensorflow对比学习—功能组件(数据管道、回调函数、特征列处理)
报错:AttributeError: module ‘matplotlib’ has no attribute ‘figure’
(2022牛客多校四)N-Particle Arts(思维)
4D line-by-line analysis and implementation of Transformer, and German translation into English (3)
Excel做题记录——整数规划优化模型
PAT乙级 1001 害死人不偿命的(3n+1)猜想
typescript22-接口继承
(2022 Nioke Duo School IV) H-Wall Builder II (Thinking)
请问shake数据库中为什么读取100个collection 后,直接就退出了,不继续读了呢?
PMP子过程定义总结
出现Command ‘vim‘ is available in the following places,vim: command not found等解决方法
基于ProXmoX VE的虚拟化家庭服务器(篇一)—ProXmoX VE 安装及基础配置