会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
131
下一页
2025年4月11日
vs中配置qt项目生成dump文件,或者c++项目
摘要: lib配置: 项目-->属性-->配置属性-->链接器-->输入-->附加依赖项 增加dbghelp.lib 添加链接器后,在main.cpp添加内容 // 产生一个故意的崩溃-- int* p = nullptr; *p = 0; // 访问违规 return 0;//用于测试,生成dmp文件 #
阅读全文
posted @ 2025-04-11 08:41 txwtech
阅读(203)
评论(0)
推荐(0)
2025年4月10日
qt程序在windows保存闪退与崩溃程序日志,便于分析
摘要: qt windows保存闪退与崩溃程序日志,便于分析 Windows下Qt使用dump定位崩溃位置 https://www.cnblogs.com/IntelligencePointer/p/18223426 qt creator方法生成pdb https://blog.csdn.net/wj584
阅读全文
posted @ 2025-04-10 22:22 txwtech
阅读(282)
评论(0)
推荐(0)
qt c++ error LNK2019: 无法解析的外部符号
摘要: 1>cfile_operation.obj : error LNK2019: 无法解析的外部符号 "public: __cdecl QrInfo::QrInfo(void)" (??0QrInfo@@QEAA@XZ),函数 "public: class QrInfo * __cdecl CFile_
阅读全文
posted @ 2025-04-10 21:21 txwtech
阅读(62)
评论(0)
推荐(0)
2025年4月9日
System.Linq.dll c# Sequence contains no matching element报错
摘要: System.Linq.dll
阅读全文
posted @ 2025-04-09 17:09 txwtech
阅读(39)
评论(0)
推荐(0)
c# onnxruntime 运行过程报错
摘要: onnxruntime 运行过程报错“onnxruntime::Model::Model Unknown model file format version“ 修改yolov5导出onnx版本,或者升级c# onnxruntime版本 check_requirements('onnx>=1.12.0
阅读全文
posted @ 2025-04-09 16:56 txwtech
阅读(97)
评论(0)
推荐(0)
AI视觉图像处理流程
摘要: 采集图像-标图-训练-best.pt转best.onnx-使用yolov5库调用onnx-实现目标检测
阅读全文
posted @ 2025-04-09 15:33 txwtech
阅读(23)
评论(0)
推荐(0)
yolov5net项目
摘要: https://gitcode.com/open-source-toolkit/2138e/?utm_source=tools_gitcode&index=bottom&type=card&&isLogin=1
阅读全文
posted @ 2025-04-09 15:11 txwtech
阅读(19)
评论(0)
推荐(0)
yolov5 运行export.py DLL load failed while importing onnx_cpp2py_export ONNX版本高了
摘要: DLL load failed while importing onnx_cpp2py_export conda环境里,先卸载,再安装低版本 pip uninstall onnx pip install onnx==1.16.1
阅读全文
posted @ 2025-04-09 10:35 txwtech
阅读(526)
评论(0)
推荐(0)
yolov5 pt转onnx
摘要: 参考:. Windows搭建yolo5训练环境,及pt文件转为onnx导出 检查显卡配置,查询可支持的cuda版本 win左下角搜索cmd打开命令行窗口,输入nvidia-smi 一:将PT模型文件转onnx: 1、用到export.py 安装依赖包 pip3 install onnx pip3 i
阅读全文
posted @ 2025-04-09 10:16 txwtech
阅读(1189)
评论(4)
推荐(0)
2025年4月8日
yolov5 raise Exception('Dataset not found Exception: Dataset not found
摘要: yaml文件里面,冒号后面要加空格
阅读全文
posted @ 2025-04-08 23:39 txwtech
阅读(46)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
131
下一页