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
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?