microsoft / FairMOT

This project provides an official implementation of our recent work on real-time multi-object tracking in videos. The previous works conduct object detection and tracking with two separate models so they are very slow. In contrast, we propose a one-stage solution which does detection and tracking with a single network by elegantly solving the alignment problem. The resulting approach achieves groundbreaking results in terms of both accuracy and speed: (1) it ranks first among all the trackers on the MOT challenges; (2) it is significantly faster than the previous state-of-the-arts. In addition, it scales gracefully to handle a large number of objects.
MIT License
160 stars 21 forks source link

pre-trained hrnet not available #1

Open GehenHe opened 4 years ago

GehenHe commented 4 years ago

Thanks for releasing the code and sharing pre-trained models. However, the link of the pre-trained HRNet is invalid. Could you kindly check the status of the download link?

emiz6413 commented 3 years ago

I had same issue but found pre-trained HRNet weights here CaptainEven/MCMOT although implementation differs a little.

adityamd commented 2 years ago

@emiz6413 Thanks a lot!!! Can you please specify how should we change the implementation