yolov4-triton-tensorrt icon indicating copy to clipboard operation
yolov4-triton-tensorrt copied to clipboard

This repository deploys YOLOv4 as an optimized TensorRT engine to Triton Inference Server

Results 4 yolov4-triton-tensorrt issues
Sort by recently updated
recently updated
newest added

I'm trying to run the build stage using `nvcr.io/nvidia/tensorrt:22.05-py3` but stuck on the `make` step with the following error: ``` /usr/bin/ld: cannot find -lcudart collect2: error: ld returned 1 exit...

I want to compare the results of our network with the original yolov4 to make sure we get the same accuracy and qualitative results. There could be mistakes or differences...

help wanted

Hi guys, I got this error when implemented triton "_tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses_". I checked to ensure that all the ports I used to run the...