where is the reid model?
Closed this issue · 2 comments
bdpk123 commented
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?
bdpk123 commented
Could you provide a detailed explanation about this re-identification (REID) model?
kail8 commented
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:
u2mot/yolox/models/yolo_head.py
Line 140 in 7411211