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

Problems during inference on badminton dataset #7

Open
Madou-AI opened this issue Feb 7, 2024 · 0 comments
Open

Problems during inference on badminton dataset #7

Madou-AI opened this issue Feb 7, 2024 · 0 comments

Comments

@Madou-AI
Copy link

Madou-AI commented Feb 7, 2024

First of all, thank you for sharing this code.

We were able to execute the available open-source code of the paper on the TS-WorldCup dataset, mainly the code for training the model from the dataset.
Then we tried to mimic the dataset by having images as input and ground truth homography matrix as labels. We managed to train the model with your method. But when we tried to run the inference on the obtained model, the inference code requires having ground truth segmentations labels to calculate the lookup list which doesn't exist in the TS-WorldCup dataset in order to mimic it.

This is why we need your clarification on these points:

  • How did you generate the ground truth segmentation labels for inference?
  • How did you calculate the ground truth homography matrix exactly? We used the coordinates of the 4 extreme field corners in the image and the reference image grid.
  • Are there hardcoded constants that are specific for football field? (Besides the length and height of the reference image grid)
  • Is the code built on the assumption that the grid's length is greater than its height? (nx>ny)

Best regards,

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

1 participant