当前位置:网站首页>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
参考博客:资源获取
添加后再次运行程序,结果正确!
边栏推荐
- (2022 Nioke Duo School IV) D-Jobs (Easy Version) (3D prefix or)
- Mysql基础篇(Mysql数据类型)
- pytroch、tensorflow对比学习—搭建模型范式(构建模型方法、训练模型范式)
- 【目标检测】YOLOv7理论简介+实践测试
- Swastika line-by-line parsing and realization of the Transformer, and German translation practice (a)
- HJS-DE1/2时间继电器
- typescript19-对象可选参数
- MySQL Practice Summary -
- 产品经理访谈 | 第五代验证码的创新与背景
- 文件的异步读写
猜你喜欢

可持久化线段树

高数 | 【重积分】线面积分880例题

UE4 rays flashed from mouse position detection

备战金九银十,如何顺利通过互联网大厂Android的笔面试?

移动应用恶意攻击激增500% 三六零天御为APP免费构建安全屏障

2022年超全的Android面经(附含面试题|进阶资料)

56:第五章:开发admin管理服务:9:开发【文件上传到,MongoDB的GridFS中,接口】;(把文件上传到GridFS的SOP)

(2022 Nioke Duo School IV) D-Jobs (Easy Version) (3D prefix or)

pytroch、tensorflow对比学习—搭建模型范式(构建模型方法、训练模型范式)

typescript21 - Comparison of Interfaces and Type Aliases
随机推荐
请问shake数据库中想把源的db0的数据同步到目的db5,参数怎么设置呢?
Selenium:下拉框操作
Excel做题记录——整数规划优化模型
Pyspark Machine Learning: Vectors and Common Operations
Error: AttributeError: module 'matplotlib' has no attribute 'figure'
(2022 Nioke Duo School IV) H-Wall Builder II (Thinking)
(Codeforce 757)E. Bash Plays with Functions(积性函数)
关于给Qt做一个软件初始化的进度条
state compressed dp
出现Command ‘vim‘ is available in the following places,vim: command not found等解决方法
typescript25 - type assertion
Selenium:浏览器操作
MySQL-数据定义语言-DDLdatebase define language
PAT serie b write the number 1002
PMP 项目资源管理
PAT乙级 1002 写出这个数
typescript19-对象可选参数
typescript27-枚举类型呢
(2022牛客多校四)D-Jobs (Easy Version)(三维前缀或)
C# | 使用Json序列化对象时忽略只读的属性