ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
3.98k stars 936 forks source link

Towards Yolov5 #139

Open samyhocine opened 4 years ago

samyhocine commented 4 years ago

Hi,

Yolov4 and v5 are out now and their benchmark are outstanding compared to Yolov3.

Are you going to update FairMOT with the last version of Yolo ? Does it mean retraining all your model ?

Best regards,

Samy

ifzhang commented 4 years ago

Yes, that will be totally different network structure and needs to be trained again. I have no plans to update it now because it is really a hard work~

CaptainEven commented 3 years ago

@samyhocine You can refer to my recent work: https://github.com/CaptainEven/YOLOV4_MCMOT, which is an extention work of FairMOT.