Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Nano Devkit and Jetson Xavier AGX
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) 4.6.1
• TensorRT Version 8.2.1
Hi there,
I am trying to understand what is happening with GETFPS, from gpubootcamp/Multi-stream_pipeline.ipynb at master · openhackathons-org/gpubootcamp · GitHub. I just changes the .mp4 source file to a RTSP stream. I tested this code in a Jetson Nano devkit and a Jetson Xavier AGX, getting the same results for both of them.
Nano, RTSP 1920x1080@25fps, 1 stream: 25,0 fps
Nano, RTSP 1920x1080@25fps, 2 streams: 12,4 fps
Nano, RTSP 1920x1080@25fps, 3 streams: 8,2 fps
Nano, RTSP 1280x720@25, 1 stream: 25,0 fps
Nano, RTSP 1280x720@25, 2 streams: 12,4 fps
Nano, RTSP 1280x720@25, 3 streams: 8,2 fps
Xavier AGX, RTSP 1280x720@25, 1 stream: 25,0 fps
Xavier AGX, RTSP 1280x720@25, 2 streams: 12,4 fps
Xavier AGX, RTSP 1280x720@25, 3 streams: 8,2 fps
I expected different frame rates between Nano and Xavier. I also expected different frame rates between 1280x720 and 1920x1080 since the primary detector is a resnet10.
What am I missing?
Thanks in advance,
Flávio Mello