BingfengYan / CO-MOT

CO-MOT: Bridging the Gap Between End-to-end and Non-End-to-end Multi-Object Tracking
63 stars 4 forks source link

How to get the summarized HOTA? #6

Closed goldentimecoolk closed 1 year ago

goldentimecoolk commented 1 year ago

Hi, Yan, when the evaluation is called during training process, there is an error

    return float(res_eval[0]['MotChallenge2DBox']['']['COMBINED_SEQ']['pedestrian']['summaries'][0]['HOTA'])
KeyError: 'summaries'

Is there any modification to the TrackEval files when calculating the final HOTA?

goldentimecoolk commented 1 year ago

The bug is fixed when I replace the output with

return float(np.mean(res_eval[0]['MotChallenge2DBox']['']['COMBINED_SEQ']['pedestrian']['HOTA']['HOTA']))
fengxiuyaun commented 1 year ago

Here: https://github.com/fengxiuyaun/TrackEval