GPU ----> NVIDIA Quadro RTX 6000
Model :- yolo_v4_tiny (FP16)
I am running 45 cameras 25 FPS. When I am running more than 5 models (pgie) with tracker, I show jitters is coming in frame, My question is how I can overcome this ?
The so-called “jitter” looks like decoding corruption. For the compression format like H264, the corruption of frame may propagate since the frames are coded by residual. You can also measure the UDP packet loss rate when the “jitter” happens.
sure, but as far as I can say that when I start the pipeline without any models, there is not jitter, the moment I add multiple models, I am facing this issue.
The image you post in the topic shows the video is corrupted, the bbox is correct. So the problem happens before or during video decoding. To measure the ethernet packet loss rate will help you to identify whether the input data of the video decoder is correct or not.
You can also try to dump the stream before video decoder when the jitter happens.
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