ZQPei / deep_sort_pytorch

MOT using deepsort and yolov3 with pytorch
MIT License
2.79k stars 722 forks source link

Integrating a new Re-ID model #131

Open alsonjiang opened 4 years ago

alsonjiang commented 4 years ago

Hi, how can I use a different Re-ID model to improve ID accuracy?

Nishzzz commented 4 years ago

Yeah. I'm also working on replacing the custom CNN used to extract features with other Reid models. If the author could please reply, it would be really helpful.

pvti commented 4 years ago

@Nishzzz please tell me if you have any updates/ related works. I'm also working on a similar project.

SuperbTUM commented 2 years ago

I am thinking of the embedding dim for the Reid model. Since the mainstream model is ResNet-50, is it okay to have a 2048-dim vector as feature? (However we only have 751 classes in Market1501)