nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.19k stars 1.46k forks source link

Tracking multiple object classes simultaneously? #197

Open tiberium24 opened 4 years ago

tiberium24 commented 4 years ago

Hello,

I have the issue that I want to track multiple different categories, such as cars, pedestrians, traffic lights? What would be the pipeline for that? Do I need to train specifically for each class or can I have a common dataset somehow for all those and train it one time?

Thanks

ajaichemmanam commented 4 years ago

You need to have the train and detect each classes seperately. Then you can use the same trackers to track everything irrespective of classes