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

Any easy way to make track IDs from different classes not overlap? #74

Open austinmw opened 3 years ago

austinmw commented 3 years ago

Is there an easy way to make it so that track IDs are also unique across classes?

Also, does this model work well if the dataset is very large so tid_num dict is like {0:500000, 1: 800000}, and is there a more appropriate loss function to select in this case?