Python binding example of parse-bbox-func-name

Hi Glen,

In our upcoming release, you should be able to do the following:
a) Get decoded frames as numpy arrays in a probe function (in RGBA format). You can then run your Python detector on those frames.
b) Use Triton Inference Server plugin to run inference using your ONNX model, and configure the plugin to attach raw inference output tensors to the metadata. Then in a probe function, you can parse those tensors in Python.

Thanks for your interest in DeepStream SDK!

1 Like