ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.83k stars 913 forks source link

Best setup for REID #345

Open ahsteven opened 1 year ago

ahsteven commented 1 year ago

I am a bit confused on the best setup with your model for REID. In the paper it says you used fairmot for MOT17 reid results. The track example calls byte_tracker.py which seems to only use IOU. I see there is a fairmot demo in the tutorial so I am wondering the best setup. My plan is to use the bytesort trained model with the tracker.py file found in the fairmot tutorial. Is this the way to get the best setup? Thanks!

litaldavar commented 1 year ago

I'm having a similar problem. I tried to use BYTETrackerArgs and changed the buffer to 1000 but still, the tracker_id gets lost when an object goes behind something and reappears What to do thanks

zosk62 commented 5 months ago

the model seems, reid model is not applied on , i want to add fastreid pth and config to the models, can someone guide me how can i do that?