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

Include ball in radar view? #10

Open
gdubya opened this issue Jul 29, 2024 · 4 comments
Open

Include ball in radar view? #10

gdubya opened this issue Jul 29, 2024 · 4 comments

Comments

@gdubya
Copy link

gdubya commented Jul 29, 2024

Great project! Thanks for sharing. I hope to test it out more extensively in the near future.

Is it possible to include the ball position in the radar view? That would give a bit more context to the player movements.

@SkalskiP
Copy link
Collaborator

Hi @gdubya 👋🏻 yup, I will probably include it in the radar view.

@druefena
Copy link

druefena commented Aug 5, 2024

@SkalskiP Note that including the ball into the radar view is tricky as it is not always on the ground and hence its location will be wrong for flying balls. Any ideas how to tackle this issue?

@SkalskiP
Copy link
Collaborator

SkalskiP commented Aug 6, 2024

Hi @druefena 👋🏻, for now, I was just thinking about doing it in a naive way. But you're absolutely right. Do you have any ideas on how to tackle this problem?

@ms82119
Copy link

ms82119 commented Aug 18, 2024

@SkalskiP Watching the circles that represent the ball position over time, you can often see the parabolic trajectory. Perhaps there is a way to look at this history to determine if the ball was in the air. It would likely need to be done as a post processing step as you would need to get the ball path coord history first and then to try and estimate the height... seems a bit complex though as the camera is often moving as the ball is!

Btw, thanks for posting this repo, you've combined a lot of separate concepts into a really useful and practical repo. I'm learning a lot from 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

4 participants