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

can you write code for LSTM models ?? #560

Open
Arjunvankani opened this issue Oct 29, 2023 · 1 comment
Open

can you write code for LSTM models ?? #560

Arjunvankani opened this issue Oct 29, 2023 · 1 comment

Comments

@Arjunvankani
Copy link

Here I found many codes like resnet18, inception, and OSNET, i am requesting you LSTM and RNN be very popular nowadays, they can achieve good accuracy, could you make a code for that??

@bmmtstb
Copy link

bmmtstb commented Oct 30, 2023

Hello,

I think you missunderstood the goal of this package. This package is for "person-reid" - person re-identification. Therefore using visual Neural-Nets to compress information about people and re-identifying those in unseen data.

LSTM and RNN are mostly used for language and other sequence based models, even though not only. If you want to use a recurrent model on the generated re-ids you can simply use default pytorch models on the returned re-id vectors/embeddings, according to your likings.

Iff you have an Idea of using RNNs for reid, feel free to add a code draft or paper, perhaps someone can help you implement it.

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