FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

Negative MOTA score

Open 123mw123 opened this issue 5 years ago • 5 comments

I trained FairMOT on custom dataset. While running track.py I am getting negative MOTA score. What does negative MOTA score mean?

IDF1 IDP IDR Rcll Prcn GT MT PT ML FP FN IDs FM MOTA MOTP IDt IDa IDm data1 0.9% 0.9% 0.9% 1.0% 1.0% 9 0 0 9 1782 1848 1 1 -94.6% 0.450 0 1 0 OVERALL 0.9% 0.9% 0.9% 1.0% 1.0% 9 0 0 9 1782 1848 1 1 -94.6% 0.450 0 1 0

MOTA is -94.6%

123mw123 avatar Jul 02 '20 11:07 123mw123

The precision and recall is almost 0 and it seems almost no object is detected. You may save the tracking results and see what happens.

ifzhang avatar Jul 02 '20 15:07 ifzhang

@ramadevsaiteja ,I also trained the FairMOT on custom dataset,then I test other dataset,finallt get the result: IDF1 IDP IDR Rcll Prcn GT MT PT ML FP FN IDs FM MOTA MOTP IDt IDa IDm KITTI-13 0.0% 0.0% nan% nan% 0.0% 0 0 0 0 135 0 0 0 -inf% nan 0 0 0

I only have the FP result, but dont have the other result

Kaiqi-Chen avatar Jul 31 '20 06:07 Kaiqi-Chen

@ramadevsaiteja ,I also trained the FairMOT on custom dataset,then I test other dataset,finallt get the result: IDF1 IDP IDR Rcll Prcn GT MT PT ML FP FN IDs FM MOTA MOTP IDt IDa IDm KITTI-13 0.0% 0.0% nan% nan% 0.0% 0 0 0 0 135 0 0 0 -inf% nan 0 0 0

I only have the FP result, but dont have the other result

I met the same problem,have you solved this problem

samwan517 avatar Oct 29 '20 16:10 samwan517

haha, have you solved ? @samwan517 @ramadevsaiteja @Ckq-Sugar

gmt710 avatar Dec 23 '21 07:12 gmt710

The gt image size may be not same with pred.

gmt710 avatar Dec 23 '21 09:12 gmt710