Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.39k stars 539 forks source link

only track person? #89

Open verigle opened 4 years ago

verigle commented 4 years ago

the demo only track the person,I want to track the car ,how can I do it?

Zhongdao commented 4 years ago

Adapting JDE to track vehicles is quite easy: all you need is an adequate dataset. The dataset is supposed to have two kinds of annotations: bounding box annotations and vehicle ID annotations. As far as I know, there are several such datasets like UA-DETRAC. You need to prepare the dataset with the format mentioned in https://github.com/Zhongdao/Towards-Realtime-MOT/blob/master/DATASET_ZOO.md You may also modify the anchor size to fit the shape of vehicles. Related issues: https://github.com/Zhongdao/Towards-Realtime-MOT/issues/68 https://github.com/Zhongdao/Towards-Realtime-MOT/issues/60