dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.75k stars 2.97k forks source link

how to check the performance of PEOPLENET Model? #1812

Open WooKyungHwa opened 6 months ago

WooKyungHwa commented 6 months ago

Hi All,

I have Jetson Orin NX. I am using the PEOPLENET Model and I have connected 1 action cam to that for live detection.

I want to check the performance of PEOPLENET, such as FPS, when doing real-time detection. However, if you use the command below, only information about processing time is displayed.

cd jetson-inference/
./python/examples/detectnet.py --model=peoplenet /dev/video0

Please help me how I can check the performance of PEOPLENET Model when doing real-time detection with action cam.

Thanks in Advance!