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 I use the repo to detect score board? #33

Open
zydjohnHotmail opened this issue Sep 22, 2021 · 1 comment
Open

Can I use the repo to detect score board? #33

zydjohnHotmail opened this issue Sep 22, 2021 · 1 comment

Comments

@zydjohnHotmail
Copy link

Hello:
I want to know, in one live volleyball game video. There is one scoreboard in the TV screen, its position is fixed, but the score in the scoreboard is changing quite often.
I want to know if I can use the repo to detect the scoreboard, I need its scoreboard position in the screen, and further, can I detect the score change in the scoreboard.
For example, at the beginning, the score is: 0-0, if one team scores, then the score becomes 1-0.
Can I detect the position of scoreboard and detect the score changes in it?
If yes, please give a general instruction on how to do this.
Thanks,

@mondrasovic
Copy link

Well, for all I know, your task is doable with this architecture. However, you would be trying to eat a soup with a fork. First off, there is no pre-trained SiamMOT model available that would detect scoreboard and let alone digits in it by default. You would have to train or at least fine-tune the architecture to facilitate the detection of such objects. But my question is the following. Why on Earth would you need a multi-object tracker for your task? I assume you have one scoreboard. So, try to detect and track it using single-object tracking approaches. From what you have described I am not even sure whether the camera is static or moving. Well, long story short. I have more questions than answers. Nevertheless, what I can tell you is this: you are at the wrong place... Unless you provide some information I could not deduce from your initial description which would make me rethink my stance.

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