oylz / DS

cpp deep_sort: C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric
https://github.com/nwojke/deep_sort
GNU General Public License v3.0
250 stars 78 forks source link

Difference with Repository of nwojke/deep_sort.git #2

Closed bitzy closed 6 years ago

bitzy commented 6 years ago

Hi,

I need to re-implement the original Deepsort Code by C/C++ . Then I ran your DS code and found that the tracking result was very different from the original Deepsort. There are many big rectangles in the 'frame' window, which will not happen in the original Deepsort's result. Could you tell me why this happened?

oylz commented 6 years ago

It’s using hog feature default. But the Tensorflow feature has coding(under deepsort/FeatureGetter/).I will add the cpp model(which is translated from python model)