Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MohammedMusadiq opened this issue Aug 30, 2024 · 2 comments
Open

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

MohammedMusadiq opened this issue Aug 30, 2024 · 2 comments

Comments

@MohammedMusadiq
Copy link

MohammedMusadiq commented Aug 30, 2024

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
Copy link

Thanks a LOT

@Hemilibeatriz
Copy link

Hemilibeatriz commented Sep 26, 2024

@MohammedMusadiq did you implemented a different embedder model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants