yolov5_gpu_optimization
yolov5_gpu_optimization copied to clipboard
This repository provides YOLOV5 GPU optimization sample
Hi, Tyler, is there a decode plugin patch for yolo5 v6.2 or v7.0? Thanks
I want to run NMS on GPU but with deepstream and not trt.py file you mentioned. I created the onnx engine using the steps as told in NMS on GPU...
When I tried to run INT8 model on Jetson, mAP drop ~10%. Model INT8 can't detect small object when FP16 model was normal. I used newest docker TensorRT nvcr.io/nvidia/l4t-tensorrt:r8.4.1.5-devel
Hello, It seems that onnx can only be installed in version 1.6.0 for Jetson Nano. And when I run the following to convert the model into onnx: ```sh python export.py...