Please provide complete information as applicable to your setup.
• Hardware Platform: Jetson
• DeepStream Version 5.0
• TensorRT Version 7.1
• Issue Type: bug
I’m running yolov4 in the deepstream pipeline on the Jetson AGX. In the resulting video with detections bounded by a box, there’s a flickering bounding box border, where in any particular image, one or more of the box borders are grey instead of red (the configured color). The video is 2448x2048 running at 22fps, and I use the deepstream’s streammux to reduce it to 608x508 for inference.
I tried turning on and off the tracker, which does not affect this bug. I also tried adjusted the primary-gie interval to 0 and other values and the flicker is still there. Please find a video of the flickering here
For reference, here is my deepstream_app_config_yoloV4.txt, as well as my tracker_config.ymldeepstream_app_config_yoloV4.txt (4.4 KB) tracker_config.yml (6.6 KB)