yongxinw / GSDT

Official PyTorch implementation of "Joint Object Detection and Multi-Object Tracking with Graph Neural Networks"
Other
458 stars 72 forks source link

Results of GSDT_V2 on MOTChallenge #11

Open Leo63963 opened 3 years ago

Leo63963 commented 3 years ago

The results of GSDT_V2 on MOT17 (with MOTA 73.2) are much better than GSDT (with MOTA: 66.2), however the IDF1 drops (GSDT_V2: 66.1, whereas GSDT: 68.7). Could you please tell me the difference? And the code is for GSDT_V2 or the original GSDT?

1vpmaster commented 2 years ago

I think this code is largely based on Fairmot, but the effect is not better than fairmot except mot20. Moreover, the experiments in this article did not compare with fairmot