DemoGit4LIANG / NeighborGraph_MOT

Codes for the paper "Enhancing the association in multi-object tracking via neighbor graph"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeighborGraph_MOT

Codes for the paper "Enhancing the association in multi-object tracking via neighbor graph"
使用GCN增强多目标跟踪中的外观特征建模和数据关联

Step 1: Pre-train the NeighborGraph model
Step 2: Upgrade the FairMOT tracker (FairMOT: On the Fairness of Detection and Re-Identification in Multiple Object Tracking) with the files in "tracker_parts" as follows:
    gcn => FairMOT/src/lib/models/  
    multitracker.py => FairMOT/src/lib/tracker/  
    track.py => FairMOT/src/  
    track_half.py => FairMOT/src/  

Alt text

About

Codes for the paper "Enhancing the association in multi-object tracking via neighbor graph"

License:GNU General Public License v3.0


Languages

Language:Python 100.0%