Is threre a python implementation of back-to-back detector? in deepstream 5.0

is there a python implementation example to use back to back detector on jetson nano deepstream 5.0. I want to use one yolo model to detect a car and another yolo model to detect its model. thanks

1 Like

Currenly, no python sample, pls refer the c/c++ sample.

Will there be an example out soon? Or can I implement it by myself or functions required for a secondary detector are not available in python bindings?

No

You can implement it refer https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/blob/master/apps/deepstream-test2/deepstream_test_2.py

2 Likes

Okay. Thanks, I’ll look into it.