You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I only want to run the player identification (excluding jersey number recognition) and team affiliation modules to improve the overall model's speed, how can I disable the other modules or extract specific ones?
#23
Open
JZ-Lay opened this issue
Feb 18, 2025
· 3 comments
You can remove the modules that you don't use, as long as they don't depend on earlier modules. If there is a module with a missing input (for example the reid module needs "bbox_ltwh" provided by the detector) you will get an error when the pipeline is being built
Excuse me, I have another question, I think repository of sn-gamestate seems overly redundant for my tasks. If I only want to run the model mentioned in the paper "Multi-task Learning for Joint Re-identification..." to achieve player identification and team affiliation tasks. Would it be possible to replicate this repository here for this purpose? Alternatively, could you provide me with some other suggestions (aside from replicating sn-gamestate)?
No description provided.
The text was updated successfully, but these errors were encountered: