DeepStream Version - 7.0
Docker Image - nvcr.io/nvidia/deepstream:7.0-gc-triton-devel
GPU - NVIDIA A100-SXM4-40GB
NVIDIA GPU Driver - 535.183.01
I have a question, let’s say I have 2 deployment systems (both with detection and tracking plugins enabled) running on just one GPU card (assuming the card can process so many frames together) -
- One pipeline processing 100 distinct RTSP streams with a inference batch size 100
- 100 distinct pipelines processing 1 RTSP stream each with inference batch size 1
What will be the GPU processing and memory utilization in each case, compared subjectively?
Is system 1 expected to be better than system 2?