Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) T4 • DeepStream Version 7.0 • JetPack Version (valid for Jetson only) • TensorRT Version deepstream7.0 isntallatioon guide • NVIDIA GPU Driver Version (valid for GPU only) 535 • 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)
i tried my pipeline with 2 nvinfer and i got this problem can you help me in this?
the latency most of the time changed from 20ms to 200ms for more than 1 min even when nothing changed in Rtsp input (same feature in picture) and i don’t know why can you help me in that?
(nothing change in the video or pipeline it’s just in a different time)
Please set TCP protocol with rtspsrc if you are using RTSP sources.
Please set large latency property value with rtspsrc if you are using RTSP sources.
Seems your pipeline use PGIE+SGIE. How many cars are detected when the latency raise? Have you measured the GPU loading when the latency became larger?
i change batch-size for secondary object to 16 and it works well for 3 video(30ms latency) but when i change number of source to 4 i get atleast 150ms(the gpu-process sometimes is 100% with only 1.07GI how can i fix this with vram and gpu-process tradeoff)
You need to know the maximum number of the cars you need to handle. The GPU compute power is limited. The GPU loading reach to 100% means the inferencing is overloaded. Either you try to find some faster LPD model or you need to switch to better GPU.
What is your car detection and LPD models types? FP32, FP16 or INT8?
did you mean we can find out maximum number of object by this 2 file?can you help me in this?
i did : /usr/src/tensorrt/bin/trtexec --onnx=nvinfer_cars_yolov4/yolov4_70pruned20epoch_car_1class.onnx --fp16 --shapes=Input:1x3x544x960 --duration=10 --infStreams=2 --exportProfile=p.json
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks