jetson_yolov5_tensorrt
jetson_yolov5_tensorrt copied to clipboard
Docker image and wrapper for converting and inference YOLO-v5 model
HI any idea what is the problem ``` File "test.py", line 8, in for image, bboxes in wrapper.detect_from_webcam(0): # Gets detection and image from the usb camera with id 0...
i use this code but i got wrong resuit
Hi, I'm trying to use your implementation to convert an Ultralytics YOLOV5 model to TRT. I'm following the steps you wrote and I'm getting this error: docker run --runtime nvidia...