ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.29k stars 16.24k forks source link

The inference time of yolov5s.pt is 0.28s on jetson nano (use python detect.py). Is this normal speed? #53

Closed DENESTY closed 4 years ago

glenn-jocher commented 3 years ago

@WyattAutomation see Tutorials for YOLOv5 TensorRT Deployment:

YOLOv5 Tutorials

WyattAutomation commented 3 years ago

I will check that out-- thanks!

PiotrG1996 commented 2 years ago

Commenting here, since I only get about 9-10FPS via the GPU inference on the Jetson Nano using Yolov5s. Cuda 10.2, Pytorch 1.7.0. Please open the issue until we find a solution to this bottleneck.

Hey, have you found a solution to that bottleneck? In my case, it's also 9-10FPS. I rose an issue here https://docs.ultralytics.com/yolov5/tutorials/pytorch_hub_model_loading03#issuecomment-1109052469 .

glenn-jocher commented 11 months ago

Hey @PiotrG1996, to improve the FPS on Jetson Nano, you can try the following:

Let me know if you need further assistance!