Description
Hi, I’m currently running inference with deepstream yolov5s-3.0 on 2 camera IP on a jetson nano 4GB and its runs with a long delay.
Here you can see the log
I saw that the jetson nano can handle multiple IP camera with full FPS. I have 20 seconds delay minimum.
My GPU is at 99% usage.
I tested with another model : yolov3 tiny and I had the same problem.
Environment
Deepstream:5.1
Jetpack: 4.5.1
Relevant Files
Here’s my config files and the model to run with deepstream
config_infer_primary.txt (444 Bytes) deepstream_app_config.txt (1.1 KB)
yolov5s.engine (19.9 MB)
Steps To Reproduce
I follow this tutorial to run yolov5 with deepstream :
I run the command deepstream-app -c deepstream_app_config.txt
If you have any idea ? Thanks