CaptainEven / MCMOT

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

Change classes for my custom dataset #94

Open Theodore-xs opened 3 years ago

Theodore-xs commented 3 years ago

I have generated labels_with_ids for my custom dataset like below . But I am confused about how to change the meaning of each class_id label. For the original work , there are 5 classes or 10 classes representing A , B ,C ...... But I want 2 classes representing X , Y different from original objects' meanings. So where should I change?

2 1 0.772917 0.214352 0.013542 0.017593 2 2 0.774219 0.220833 0.016146 0.017593 2 3 0.775000 0.168056 0.005208 0.015741 2 4 0.778125 0.166204 0.004167 0.012037 2 5 0.780469 0.164352 0.003646 0.012037 2 6 0.783333 0.163426 0.004167 0.015741 2 7 0.786719 0.161574 0.005729 0.015741 2 8 0.790104 0.159259 0.005208 0.016667 1 1 0.780729 0.185648 0.007292 0.008333 1 2 0.783073 0.189815 0.008854 0.009259 1 3 0.784375 0.193056 0.008333 0.008333 1 4 0.784896 0.199074 0.007292 0.009259 1 5 0.786458 0.206481 0.006250 0.009259 1 6 0.789062 0.209259 0.005208 0.0055568

Theodore-xs commented 3 years ago

@CaptainEven Help me , please!!!