marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.1 / 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.49k stars 361 forks source link

FPS on jetson xavier NX #478

Open anhtr-nguyn opened 1 year ago

anhtr-nguyn commented 1 year 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 1 year 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).