Open verigle opened 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
the demo only track the person,I want to track the car ,how can I do it?