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

How to convert GNSS coordinates from 'lat, lon' to the pitch coordinates? #33

Open
mcjeong95 opened this issue Sep 18, 2022 · 2 comments
Labels
question Further information is requested

Comments

@mcjeong95
Copy link

mcjeong95 commented Sep 18, 2022

Hi, I've just downloaded SoccerTrack dataset and try to explore GNSS data.

However, the coordinates of GNSS data are in 'lat, lon', so I couldn't compare the coordinates which were obtained from camera.

How can I convert GNSS coordinates from 'lat, lon' to the pitch coordinates?

Thanks for releasing valuable soccer dataset publicly!

@mcjeong95 mcjeong95 changed the title How to convert GNSS coordinates from 'lat, lon' to the pitch coordinates'? How to convert GNSS coordinates from 'lat, lon' to the pitch coordinates? Sep 19, 2022
@AtomScott
Copy link
Owner

AtomScott commented Sep 20, 2022

Hi!
Thanks for the question.

You need to calculate the homography transform and project the coordinates.

Here's a file containing the corresponding points between standard pitch coordinates (in meters) and Lat-Lon coordinates.

https://drive.google.com/file/d/1tnYiwtSjdLf1J8qXjvN2A0_ZBGBIwEvl/view?usp=drivesdk

I'm sorry the docs are lacking, I promise we're working hard towards making everything easier to use!

Btw, I'm guessing you are one of the authors from the MLSA paper:

https://dtai.cs.kuleuven.be/events/MLSA22/papers/MLSA22_paper_8096.pdf

GPS-OTS alignment is something we thought would be useful in alleviating GT annotation cost for soccertrack so it would be great to see the results in 11 vs 11 setting.

@mcjeong95
Copy link
Author

Yes, as you guessed I'm one of the authors from the MLSA paper, and we're trying to apply our algorithm to SoccerTrack.

If it works well, I'll let you know :)

Thanks for all your help, Scott!

@AtomScott AtomScott added the question Further information is requested label Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants