How can i use betytrack on deepstream python

Jetson Xavier NX Jetpack 4.6.1
CUDA 10.2
OpenCV 4.1.1
TensortRT 8.2.1.8
cudnn 8.2.1.32

Hello , i hava a question about deepstream python.
First i use betytrack , yolov5 with python on PC , the result is ok .
So i want to run this program on jetson tx2 with deepstream python.
The yolov5 program i can run sucessfully
But , i found on deepstream python the tracker demo just deepsort,iou , nvdfc.
So how can i use betytrack replace deepsort tracker.
can you give me some helps?
thanks

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

You need implement your customer tracker based on: Gst-nvtracker — DeepStream 6.1.1 Release documentation

1 Like

So , first i must write bytetrack with c++ base on gst-nvtracker . then i cmake c++ code on jetpack , then use *.so file to replace the libnvds_nvmultiobjecttracker.so . then use my *.so file in tracker config .Is this OK?

Yes, you are right.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.