marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 356 forks source link

FPS on jetson xavier NX #478

Open anhtr-nguyn opened 11 months ago

anhtr-nguyn commented 11 months ago

Hi, I have run YoloV5s and everything has worked. However, the average FPS is just around 21 FPS with default setting (FP32) for camera webcam. Is that normal ? In many example before, the average FPS is about 30 for sample Video.

marcoslucianops commented 11 months ago

If the camera is set to 20 FPS, the output will be limited to the its framerate. If you set FP16, you can get more FPS (if the camera isn't limiting it).