Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi, I am running on the License Plate Recognition Deepstream SDK. I am running on 1 stream with the following batch size configuration:
Batch size for Nvstreammux = 1
Batch size for pgie = 1
Batch size for sgie = 16
Batch size for sgie2 = 16
If i would like to increase my rtsp source from 1 to 10, is it optimal for me to just increase all the batch size by multiplying them 10? Please advise