layumi / Person_reID_baseline_pytorch

:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
https://www.zdzheng.xyz
MIT License
4.08k stars 1k forks source link

Multi-camera tracking application #385

Open mikelmujika11 opened 1 year ago

mikelmujika11 commented 1 year ago

Hi,

I am interested in developing a multi-camera tracking application. Once the model is trained, how can I use it in order to check the similarities between two different camera streamings?

Thanks,

layumi commented 12 months ago

Yes. @mikelmujika11 You can use reID model to extract feature for comparison.