What function of deepstream-test3 plot bounding boxes (Python3.6)?

Hi,

I want to know how to show only one bounding box per frame. I want to select only one person, showing only his bounding box in each frame. Where is the function that plot bounding boxes in python?

Thanks

HI
in current version we do not have this function, you can refer to c++ sample sources/apps/sample_apps/deepstream-infer-tensor-meta-test/deepstream_infer_tensor_meta_test.cpp:: osd_sink_pad_buffer_probe
but you need to customize accordingly.

Ok, thanks.

Definitely I work with C/C ++. And following this post, I would like to know if there is a library to select people through a click event on them, that is, when I click with the mouse on the on-screen (on the display) I get what coordinate I have pressed.

Regards.

We do not have this support as of now.