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

Calculate calibration using a larger grid than arena size #50

Closed
amanchoudhri opened this issue Aug 2, 2023 · 0 comments · May be fixed by #51
Closed

Calculate calibration using a larger grid than arena size #50

amanchoudhri opened this issue Aug 2, 2023 · 0 comments · May be fixed by #51

Comments

@amanchoudhri
Copy link
Collaborator

Currently, to calculate calibration, we discretize the outputted probability density onto a grid that tiles the arena floor. But the way we currently label gerbils who rear up at the edges of the arena leads to labels potentially far outside the bounds we discretize on. This leads to situations like the following, where the model is potentially outputting something reasonable but it isn't counted by the calibration calculation because of the bounds of the arena.

image
amanchoudhri added a commit that referenced this issue Aug 4, 2023
Specifically, adds a quarter of the arena size on each side. Addresses
issue #50 on GH.
@Aramist Aramist closed this as completed Jun 4, 2024
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

Successfully merging a pull request may close this issue.

2 participants