摘要: engine = runtime->deserializeCudaEngine(engineData.data(), engineData.size()); if (!engine) { ShowMsg("引擎创建失败"); delete runtime; return; } 阅读全文
posted @ 2026-04-29 14:30 txwtech 阅读(6) 评论(0) 推荐(0)
摘要: trtexec --loadEngine=model.trtrtx3060显卡显示pass则OK &&&& PASSED TensorRT.trtexec [TensorRT v100001] # trtexec --loadEngine=model.trt D:\cdtxw\TensorRT-10 阅读全文
posted @ 2026-04-29 13:33 txwtech 阅读(4) 评论(0) 推荐(0)
摘要: TensorRT推理Onnx #include "FormTensorRT.h" #include <QToolButton> #include <QMessageBox> #include <QDebug> #include <iostream> #include <fstream> #inclu 阅读全文
posted @ 2026-04-28 16:25 txwtech 阅读(3) 评论(0) 推荐(0)
摘要: https://developer.nvidia.com/tensorrt/download/10x https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.0.1/zip/TensorRT-10.0.1 阅读全文
posted @ 2026-04-28 13:06 txwtech 阅读(6) 评论(0) 推荐(0)
摘要: gpu推理报错 缺少:cudnn_heuristic64_9.dll Non-zero status code returned while running Conv node. Name:'Conv_0' Status Message: Failed to initialize CUDNN Fro 阅读全文
posted @ 2026-04-27 16:11 txwtech 阅读(6) 评论(0) 推荐(0)
摘要: 这个版本onnxruntime-win-x64-gpu-1.24.2 对应cuda_12.4.1,cudnn9.21 https://txwtech.blog.csdn.net/article/details/160433097 https://developer.nvidia.com/cuda-t 阅读全文
posted @ 2026-04-24 14:35 txwtech 阅读(7) 评论(1) 推荐(0)
摘要: auto outputTensors = session.Run(Ort::RunOptions{ nullptr }, inputNames.data(), &inputTensor, 1, outputNames.data(), 1); yolov5推理Onnx出现 inputNames字符含有 阅读全文
posted @ 2026-04-23 10:22 txwtech 阅读(4) 评论(0) 推荐(0)
摘要: app开发myapplicaion2 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.my 阅读全文
posted @ 2026-04-19 22:02 txwtech 阅读(6) 评论(0) 推荐(0)
摘要: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: java.lang. 阅读全文
posted @ 2026-04-19 14:47 txwtech 阅读(4) 评论(1) 推荐(0)
摘要: DateUtil cannot resolve symbol 'DateUtil' 点击右上角同步 阅读全文
posted @ 2026-04-19 10:39 txwtech 阅读(4) 评论(0) 推荐(0)