Change parameters of bounding box deepstream python

Hi,

In which script (python or c++) can we change the color and the width of the bounding boxes for deepstream_test_3.py?

you can change the color and the width of the bounding boxes here, tiler_src_pad_buffer_probe
change width is possible, but Color binding is missing in the current release. Will fix in upcoming release for python

Hi, I also have the same question. Could you show an example of how to change those parameters, or how to add more metadata information to each boundig box please? (ideally in the example deepstream_test_3.py)

Refer to comment 2.

we are adding the bindings for object bbox border color and usage sample in test1 app. coming in the next release.

Which Deepstream version was this comment based? Has it been fixed for Deepstream-5.0?
I’m trying to change bounding-box color in test3.py as well.
Keep us posted!

Yes, please update to version 5.0.1, we have usage in python test1 sample for this.

1 Like