CaptainEven / MCMOT

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

Is the ID number is accumulation? #35

Closed shan-ying closed 3 years ago

shan-ying commented 3 years ago

Thank you for sharing the code. It's great work :D

I use the mcmot_last_track_resdcn_18.pth try to predict custom video. And find the same ID in same class on different object in different frame. image image

So my question : Is the ID number is accumulation? Or use the other way to assign ID?

Thank you :)

CaptainEven commented 3 years ago

@shan-ying The ID is not accumulated, when the id associated object disappeared or out of tracking in the current frame, the id will be re-assigned to a new object.

CaptainEven commented 3 years ago

@shan-ying For more details, please refer to the repo https://github.com/ifzhang/FairMOT

shan-ying commented 3 years ago

Thanks for your quick reply :D

CaptainEven commented 3 years ago

@shan-ying Hi, i have updated the tracking procedure, it ‘s very likely to solve your problem. Try it again please.

shan-ying commented 3 years ago

Thank you for the update, I will try it again :D