Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU V100 • DeepStream Version 5.1 • JetPack Version (valid for Jetson only) • TensorRT Version 7.2.3 • NVIDIA GPU Driver Version (valid for GPU only) 460+ • Issue Type( questions, new requirements, bugs) Question • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I have a deepstream app running which takes input from 4 rtsp cameras for the task of facial recognition. The pipeline is as follows:
The issue arises when we see more than 5 faces at a time and the execution of the pipeline halts without sending any error message. The app shows as a running process but does not provide any output.
The link you have pointed me towards using nvinferserver for inference, I am currently using nvidia’s nvinfer plugin for gstreamer to run inference. Could you point me to a solution using nvinfer?
The pipeline did not fail. I also checked out the interval parameter, at the cost of frames the amount of time between failures is reduced with an increased interval.