上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 132 下一页
摘要: 参考:https://chuna2.787528.xyz/guojin-blogs/p/18108220 onnx转tensorRT.engine 1. 项目介绍 NVIDIA® TensorRT™ 是一款用于高性能深度学习推理的 SDK,包括深度学习推理优化器和运行时,可为推理应用程序提供低延迟和高吞 阅读全文
posted @ 2025-10-12 21:32 txwtech 阅读(182) 评论(10) 推荐(1)
摘要: 各个版本介绍 https://blog.csdn.net/sinat_34897952/article/details/148014377 yolov5版本 https://github.com/ultralytics/yolov5 yolov8版本 https://github.com/ultra 阅读全文
posted @ 2025-10-12 10:52 txwtech 阅读(21) 评论(0) 推荐(0)
摘要: dllexp.exe - 快捷方式 dllexportviewer_v1.66 阅读全文
posted @ 2025-10-10 14:32 txwtech 阅读(19) 评论(1) 推荐(0)
摘要: Mat gray = new Mat(); Cv2.CvtColor(ori_mat, gray, ColorConversionCodes.BGR2GRAY); Cv2.GaussianBlur(gray, gray, new OpenCvSharp.Size(5, 5), 0); // 3. C 阅读全文
posted @ 2025-09-30 23:24 txwtech 阅读(111) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/qq_40188120/article/details/151722342 阅读全文
posted @ 2025-09-29 16:55 txwtech 阅读(14) 评论(0) 推荐(0)
摘要: 头文件包含: #include <QCloseEvent> void QtWidgetsApplication1::closeEvent(QCloseEvent* ee) { if (QMessageBox::question(this, tr("Tips"), tr("将关闭程序"), QMess 阅读全文
posted @ 2025-09-29 14:57 txwtech 阅读(29) 评论(0) 推荐(0)
摘要: 内网模式: 无外网,在另外一台电脑拷贝IDE文件夹,覆盖到本地 D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE 外网,有网络,打开C:\Program Files (x86)\Microsoft Vi 阅读全文
posted @ 2025-09-28 09:08 txwtech 阅读(370) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_45432533/article/details/151230066 https://blog.csdn.net/chenai886/article/details/148838381 https://chuna2.787528.xyz/ivint/p/ 阅读全文
posted @ 2025-09-27 22:34 txwtech 阅读(20) 评论(0) 推荐(0)
摘要: 命令行格式:<vs引导程序exe的存放路径> --layout <离线安装包下载的存放路径> --add <功能模块> --lang <语言> 命令行示例:D:\VS2019\vs_community__b24664e2cf0b4622911a8350df279f83.exe --layout D: 阅读全文
posted @ 2025-09-27 22:07 txwtech 阅读(359) 评论(0) 推荐(0)
摘要: 最新qt无法安装历史版本解决方法 安装老版本 参考: https://blog.csdn.net/adsd1233123/article/details/149688878 打开powershell, cd执行到tt文件夹,自己提前创建,把qt-unified-windows-x64-4.7.0-o 阅读全文
posted @ 2025-09-26 15:42 txwtech 阅读(344) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 132 下一页