ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
4k stars 934 forks source link

Can I extract Video Id during Tracking? #322

Open SamihaSara opened 3 years ago

SamihaSara commented 3 years ago

While calculating distances between detections I see frame_id is used. Is it possible to extract the Video_Id(to which the frames belong) also? Thanks

ifzhang commented 3 years ago

You can find the video id here: https://github.com/ifzhang/FairMOT/blob/ca63d27f19e8d2170b84edb80cc2dc348c3dcd5a/src/track.py#L131