alibaba/u2mot

where is the reid model?

Closed this issue · 2 comments

Hello, thank you very much for your work, could you tell me which part of the system you are using for the re-identification (REID) module?

Could you provide a detailed explanation about this re-identification (REID) model?

Hi, thanks for your attention. In U2MOT, we actually do not use a separate ReID model. We merely add several conv layers on top of the model backbone. You can find the details in:

# TODO: reid head: reid_convs (2 * 3x3 Conv) + reid_preds (1 * 1x1 Conv)