yolov5-tensorrt icon indicating copy to clipboard operation
yolov5-tensorrt copied to clipboard

Real-time object detection with YOLOv5 and TensorRT

Results 12 yolov5-tensorrt issues
Sort by recently updated
recently updated
newest added

I use the c++ version build_engine to create tensorrt modle. ```` ./yolov5-tensorrt/build/build_engine --model ./models/yolov5s.onnx --output ./models/yolov5s.engine --precision fp16 ```` Then I run inference. However, this error occured. [pluginV2Runner.cpp::load::292] Error Code...

I am trying to use the shared library in my project, in AGX Xavier platform. While compiling I am getting undefined referene error for Cuda as in the image below....

bug