[Pls help/Beginner] Person detection on Jetson Nano in Images / PERFORMANCE/GENERELL

Hi,

First, please maximize the device performance first.

sudo nvpmodel -m 0
sudo jetson_clocks

Then we recommended to use our Deepstream sample for better performance.

/opt/nvidia/deepstream/deepstream-5.0/sources/objectDetector_Yolo/

You can get around 2fps for an end-to-end usage from a real camera.
If the 416 network input and periodically inference is acceptable, here is a change for 20fps for YOLOv3 on Nano:

Thanks.

1 Like