CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
390 stars 83 forks source link

Can I use Fairmot's pretrained single-class model in this code? #101

Open MikeMegamind opened 2 years ago

MikeMegamind commented 2 years ago

Can I use Fairmot's pretrained single-class model in this code? I put FairMOT's fairmot_dla34.pth in MCMOT code and run pedestrian video, but there is no results. So I want to know how can I do to solve it.

你好,谢谢你的代码。我用你提供的mcmot_last_track_resdcn_18.pth模型能够检测出人和车,但是我用Fairmot[(https://github.com/ifzhang/FairMOT)] 里提供的fairmot_dla34.pth模型却没法检测出人。我还用Fairmot训练了车辆的单类别检测模型(只有car一类),也没法在你的代码里检测到车辆。我想知道有没有办法可以解决这个问题呢。

YLONl commented 2 years ago

请问一下mcmot_last_track_resdcn_18.pth这个模型在哪找的?