TensorRT_Inference_Demo
TensorRT_Inference_Demo copied to clipboard
A repo that uses TensorRT to deploy wll-trained models.Support RTDETR,YOLO-NAS,YOLOV5,YOLOV6,YOLOV7,YOLOV8,YOLOX.
Hi, I tried to use your repo but unable to convert the model to TRT. Below is the log file for RTDETR ``` [04/10/2024-15:24:17] [I] [TRT] [MemUsageChange] Init CUDA: CPU...
Average processing time is -nanms Average FPS is -nan 这是打印的日志,没有报错,trt文件也自动生成了。但是没有推理结果图片
您好,我在使用VS2019进行编译时遇到了如下错误,可以帮忙看下吗 
TensorRT_Inference_Demo/src/detection.cpp:19:6: error: no declaration matches ‘void Detection::Inference(const string&, const cv::String&, bool)’ 19 | void Detection::Inference(const std::string &input_path, const cv::String &save_path, const bool video) { TensorRT_Inference_Demo/src/instance_segmentation.cpp:20:6: error: no declaration matches ‘void...
我的电脑没有NV显卡 是不是就无法使用本项目了? 我想先用CPU来做测试 后续会弄显卡! 我应该怎么做?
你好,我用VS2015编译,在CUDA代码cuda_function.cu报了关于核函数的错  请问有支持windows的计划吗
https://github.com/Li-Hongda/TensorRT_Inference_Demo/blob/db7917f819075c1e7d82c4e0138e4d28624e01d4/src/detection.cpp#L107 如果没有实现,麻烦您注释掉也行,谢谢
``` shell root@rtx2060:/home/tuc/TensorRT_Inference_Demo-main/bin# ./object_detection yolov5 /home/tuc/yolov5-6.1/data/images/bus.jpg [08/16/2023-14:32:00] [I] [TRT] [MemUsageChange] Init CUDA: CPU +547, GPU +0, now: CPU 554, GPU 243 (MiB) [08/16/2023-14:32:01] [I] [TRT] [MemUsageChange] Init builder kernel library:...
转ONNX操作
你这转ONNX需要添加什么操作吗?需要添加batch和dynamic吗
你好,请问在预处理函数PreProcess中,s2d的定义怎么理解,然后为什么要求d2s,能讲一下这里预处理的整个流程吗,或者有相关的文章推荐没,谢谢!