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

how to run the models against a video? #40

Open
frandoLin opened this issue Apr 24, 2024 · 1 comment
Open

how to run the models against a video? #40

frandoLin opened this issue Apr 24, 2024 · 1 comment

Comments

@frandoLin
Copy link

I am bit confused about the final result by running the main.py when inferencing. Are they just a couple of feature embeddings for the input images?

@VlSomers
Copy link
Owner

Hi @frandoLin, indeed, a reid module produces a feature embeddings for each input image (multi part-based embeddings in the case of BPBreID). You can then use these embeddings to perform retrieval in a gallery or tracking in a video. You can have a look at the torchreid/models/bpbreid.py class to see the output dictionary that contains the embeddings. LEt me know if this answers you question.

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