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

How was tt1.pb trained? #14

Open noelcodes opened 5 years ago

noelcodes commented 5 years ago

I need to track heads, instead of person. I have used your tracker, but it keep switching ID even without occlusion. My suspect is tt1.pb was trained on "person" data only (correct me if i'm wrong). Therefore I planned to re-train a new "tt1.pb" with only "heads" dataset. Can you share the details about tt1.pb's architecture, which model, what dataset, train codes...etc... ? Thanks. Great work btw.