Zhongdao / Towards-Realtime-MOT

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

Multi-class multi-object Support? #138

Open DataXujing opened 4 years ago

DataXujing commented 4 years ago

In the Dataset Zoo I see

The field [class] should be 0. Only single-class multi-object tracking is supported in this version.

means only support single-class, Can I tracking person and car in the meantime ?

Zhongdao commented 4 years ago

Thanks for your interest in our work! The current version of JDE only supports single-class MOT. For multi-class MOT, we are working on an extended version of JDE, please stay tuned.

abhaygargab commented 3 years ago

Hello @Zhongdao , Has the work on MCMOT version completed?

ThankYou

JAYCHOU2020 commented 3 years ago

Thanks for your interest in our work! The current version of JDE only supports single-class MOT. For multi-class MOT, we are working on an extended version of JDE, please stay tuned.

Has the work on MCMOT version completed?

ThankYou

Zhongdao commented 3 years ago

Hi, @JAYCHOU2020, Our new project UniTrack supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper and the YOLOX+UniTrack demo for more details.

JAYCHOU2020 commented 3 years ago

Hi, @JAYCHOU2020, Our new project UniTrack supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper and the YOLOX+UniTrack demo for more details.

Hi, @JAYCHOU2020, Our new project UniTrack supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper and the YOLOX+UniTrack demo for more details.

So,is this code Towards-Realtime-MOT code can be modify to MCMOT?

Zhongdao commented 3 years ago

Hi, @JAYCHOU2020, Our new project UniTrack supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper and the YOLOX+UniTrack demo for more details.

Hi, @JAYCHOU2020, Our new project UniTrack supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper and the YOLOX+UniTrack demo for more details.

So,is this code Towards-Realtime-MOT code can be modify to MCMOT?

Of course, as long as you have adequate training data. See this repo.