Hi I’m running a deppstream app in python for Deepstream 6.2. The pipeline is reading from an uridecodebin source, running two consecutive inferences with model running on triton inference server and then analyzing the output metadata in osd custom probes to end up showing the results on screen.
The problem I have now is that I’m able to show a custom text in the output video but I don’t know how to disable or delete the default text boxes added by deepstream, which are always the label detected in the inference and the bounding box in the whole frame (as it is a classification).
All things I tried modifying the display meta are affecting a new text box but not to the label default text boxes next to the bounding box (top left side of the frame).
Any idea?