levan92 / deep_sort_realtime

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

Deepsort(embedder='torchreid') needs a change in the code #57

Open MohammedMusadiq opened 3 months ago

MohammedMusadiq commented 3 months ago

Actually a change needs to be done when embedder is 'torchreid' instead of from torchreid.utils import FeatureExtractor the correct one is from torchreid.reid.utils import FeatureExtractor

You can see this once

Hemilibeatriz commented 2 months ago

Thanks a LOT

Hemilibeatriz commented 2 months ago

@MohammedMusadiq did you implemented a different embedder model?