ZhongdaoWang
ZhongdaoWang
The MOT16 results in readme.md is tested on the training set, because it is not allowed in MOT challenge to submit multiple results for one algorithm. These results are not...
Hi, @Marjanmoodi, It's not normal, could you please post your log?
@Marjanmoodi Yes, the same car in different frames of one video should have the same ID. If the same car appears in two different videos, it should be assigned with...
Hi, unfortunately, the current JDE only supports single-class MOT. If you are interested, please see my new work [UniTrack](https://github.com/Zhongdao/UniTrack), it is a simple method that supports multi-classes multi-object tracking. You...
Hi guys, have you solved this problem?
@pordeli You have mistaken the config file for model weights. Find the trained model weights in README
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...
Hi, @JAYCHOU2020, Our new project [UniTrack](https://github.com/Zhongdao/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...
> > Hi, @JAYCHOU2020, > > Our new project [UniTrack](https://github.com/Zhongdao/UniTrack) supports multi-class multi-object tracking now. But It is not a direct extension of JDE actually. Please check out our paper...
You can refer to this repo: https://github.com/CaptainEven/MCMOT It is a multi-class extension of FairMOT.