Closed usamahjundia closed 4 years ago
Hi,
According to your description, the idea of your pre-processing is correct. But the default image loading module for different packages might be different (RGB mode, BGR mode), you may check it again. Or you may use the pytorch tools.
Even so, I cannot guarantee the performance would be better for the tracking. The main reason is that tracking distinguishes the background and the target, while Re-ID tries to discriminate the person appearance. Their target is a little bit different.
Thank you, it's all clear now!
Hi, firstly i would like to say, thanks for this amazing work.
Im trying to use the agw baseline model as a feature extractor to ReID for deepsort. After adapting the code for my use case, i see that the reid performance during tracking was not as good as a smaller model. Im suspicious that somewhere i messed up the preprocessing / postprocessing.
So if im using the provided pretrained model (to be specific, the market one), is this pipeline correct: