mikel-brostrom / boxmot

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.71k stars 1.71k forks source link

this is python,where is c++? #114

Closed henbucuoshanghai closed 3 years ago

mikel-brostrom commented 3 years ago

You can export both the Yolo and Deep Sort model to onnx. This will let you rewrite all the surrounding code and load the models in C++

henbucuoshanghai commented 3 years ago

only onnx? is there any successful code in github?

mikel-brostrom commented 3 years ago

I searched for:

deepsort c++ github

on google. This is what i got:

https://github.com/apennisi/deep_sort

henbucuoshanghai commented 3 years ago

。。。yolo5+deepsort  c++? tks

mikel-brostrom commented 3 years ago

Yolov5 only exists for the Pytorch framwork

henbucuoshanghai commented 3 years ago

where is c++ version of deepsort?  thank you