Please provide complete information as applicable to your setup.
[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=3
num-sources=4
uri=file:/opt/nvidia/deepstream/deepstream-5.0/models/vid.mp4
gpu-id=0
cudadec-memtype=0
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi, there, I have a general question regarding the setting of num-sources in the configuration file. If I set num-sources to 4 and feed in four videos, will the inference engine launch four instances of the inference model (say Yolo v4) with each in charge of one video feed? I check the GPU memory utilization and find there is no big change when I change num-sources from 1 to 4. If not, how could I launch four instances of the model with each in charge of a video? I want to benchmark the FPS when launching a different number of model instances in the same GPU.
Thanks!