LCFractal / AIC21-MTMC

🏆The 1st place solution of track3 (City-Scale Multi-Camera Vehicle Tracking) in the NVIDIA AI City Challenge at CVPR 2021 Workshop.
MIT License
128 stars 35 forks source link

Transformer in reid Model #4

Closed elituan closed 3 years ago

elituan commented 3 years ago

Congratulations and thanks for your great project!

I am investigating your code and paper. I see that there are TransReId module in reid model. Did you run the experiment with TransReId feats instead of feats from resnet backbone ? If yes, is the result competitive ? If no, are continue working on that ?

LCFractal commented 3 years ago

Thanks for your attention.

Regarding the Reid module, you can refer to track2. We have chosen the Reid model that performs well in track2. Unfortunately, transReid currently does not perform well in track2 (paper). If you are interested in the results, you can use the track2 model to test.