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

Smaller models #12

Open
lccatala opened this issue Jun 7, 2024 · 1 comment
Open

Smaller models #12

lccatala opened this issue Jun 7, 2024 · 1 comment

Comments

@lccatala
Copy link

lccatala commented Jun 7, 2024

Hi, would it be possible to release a smaller version of the ReID model, or at least the training code so I can train it myself?.

I've been trying to reduce the inference time but to no avail.

@victorjoos
Copy link
Collaborator

Hi @lccatala,

We trained the model with this repository and the prtreid model. The train method is here : https://github.com/SoccerNet/sn-gamestate/blob/main/sn_gamestate/reid/prtreid_api.py
And more importantly the configuration for training can be found here : https://github.com/SoccerNet/sn-gamestate/blob/main/sn_gamestate/configs/modules/reid/prtreid.yaml

You should set "training_enabled" to true, and change the backbone to a smaller model, you can find more info about the training inside the prtreid repository : https://github.com/VlSomers/Prtreid

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