tensorRT_Pro icon indicating copy to clipboard operation
tensorRT_Pro copied to clipboard

C++ library based on tensorrt integration

Results 98 tensorRT_Pro issues
Sort by recently updated
recently updated
newest added

[yolo_decode.cu:122]:launch failed: no kernel image is available for execution on the device ![image](https://github.com/shouxieai/tensorRT_Pro/assets/40259902/b510161d-7064-4692-bae1-a6bff659e695)

1850行处:const int MAX_IMAGE_BBOX = 1024 1024设的太小了,会出现漏检的情况,应该开放出来或设大点

![螢幕快照 2023-08-07 11:21:05](https://github.com/shouxieai/tensorRT_Pro/assets/45198905/ea22050e-7933-43b0-8c6d-f21f4a1dc626) 請問需要如何修改?

[2023-09-21 04:18:00][warn][trt_builder.cpp:33]:NVInfer: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.

yolov5 v7.0 遇到的问题如下: 1. build时间过长 2. core dumped 原因未知 ``` (base) root@f3cd9dc49bd1:/datav/projects/tensorRT_Pro/simple_yolo/workspace# /datav/projects/tensorRT_Pro/simple_yolo/workspace/pro ===================== test YoloV5 FP32 yolov5s2 ================================== [info][simple_yolo.cu:2216]:Compile FP32 yolov5s2_dynamic.onnx. [warn][simple_yolo.cu:1116]:NVInfer: onnx2trt_utils.cpp:364: Your ONNX model has been generated...

目前的代码使用yolov5 7.0的onnx权重会闪退

冒昧问一下,本工程是否只有氪金,报名腾讯课堂的课程,才能正常使用?不获取key无法使用吗?

unet 结果不正确, 输入图像是tif 格式, float 类型,原代码程序接受的是int 类型, 请问作者,需要在哪了修改呢