KaiyangZhou / deep-person-reid

Torchreid: Deep learning person re-identification in PyTorch.
https://kaiyangzhou.github.io/deep-person-reid/
MIT License
4.22k stars 1.14k forks source link

OSnet for detection and Re-identification #450

Open BurhanSabir opened 3 years ago

BurhanSabir commented 3 years ago

Does OSnet model alone can handle detection and re-identification? If Yes, then how? Or if we require to use other model what it will be any suggestions?

LamnouarMohamed commented 2 years ago

Torchreid just for person re-identification, you can use other model for object detection like SSD, or Faster RCNN, or Yolo for extract the bounding box.

BurhanSabir commented 2 years ago

Yup, I got that and now I am using yolov3 for tracking purposes and osnet for re-id, anyways thank you mate

LamnouarMohamed commented 2 years ago

You're welcome any time