Towards-Realtime-MOT icon indicating copy to clipboard operation
Towards-Realtime-MOT copied to clipboard

Multi-class multi-object Support?

Open DataXujing opened this issue 5 years ago • 6 comments

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 ?

DataXujing avatar Apr 17 '20 08:04 DataXujing

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.

Zhongdao avatar Jul 13 '20 12:07 Zhongdao

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

ThankYou

abhaygargab avatar Nov 20 '20 10:11 abhaygargab

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

JAYCHOU2020 avatar Aug 15 '21 02:08 JAYCHOU2020

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.

Zhongdao avatar Aug 15 '21 04:08 Zhongdao

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?

JAYCHOU2020 avatar Aug 16 '21 00:08 JAYCHOU2020

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.

Zhongdao avatar Aug 16 '21 03:08 Zhongdao