levan92 / deep_sort_realtime

A really more real-time adaptation of deep sort
MIT License
164 stars 50 forks source link

Are you using the torchreid library? #29

Closed kadirnar closed 2 years ago

kadirnar commented 2 years ago

Do we need to download the Torchreid library?

Example: https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/blob/master/.gitmodules#L6

levan92 commented 2 years ago

Hi @kadirnar, apologies that I did not specify it previously. But yes, if you want to use the Torchreid embedder, please make sure torchreid is installed. You don't exactly have to include it as a submodule/subdirectory, just needs to be installed in your python environment. I've updated the README dependencies section to reflect so. Thanks!

kadirnar commented 2 years ago

Thank you. I was wondering in which file you activated Torchreid. I found.

https://github.com/levan92/deep_sort_realtime/blob/master/deep_sort_realtime/embedder/embedder_pytorch.py#L142