ifzhang / FairMOT

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

ReID Head #81

Open Ahnsun opened 4 years ago

Ahnsun commented 4 years ago

Dear Author I didn't find the reid_head in your model net.Could you please tell me where it is?Thanks!

ifzhang commented 4 years ago

I set it in the opts: https://github.com/ifzhang/FairMOT/blob/ebf7a0d5883b2cae290358cccc7142644c4ca8e6/src/lib/opts.py#L217

Ahnsun commented 4 years ago

Thanks for your answer,but I mean I want to find the specific network structure of your reid head.I didn't find it in generic_network.py

ifzhang commented 4 years ago

I set it here: https://github.com/ifzhang/FairMOT/blob/ebf7a0d5883b2cae290358cccc7142644c4ca8e6/src/lib/models/networks/pose_dla_dcn.py#L445 It is quite a little difficult to find.