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

Lower 3d search confidence results by 40% #36

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Conversation

papr
Copy link
Contributor

@papr papr commented Oct 12, 2021

Confidence for 3d search results was overestimated. This becomes apparent during blinks when 2d detection
is typically low and 3d search is applied. The resulting pupil detections are quite noisy compared to
their non-3d-search results counterparts with comparable confidence values.

This PR attempts to solve this by reducing the 3d search result confidence by 40%.

Confidence for 3d search results was overestimated. This becomes apparent during blinks when 2d detection
is typically low and 3d search is applied. The resulting pupil detections are quite noisy compared to
their non-3d-search results counterparts with comparable confidence values.

This PR attempts to solve this by reducing the 3d search result confidence by 40%.
@papr papr merged commit 5ec9fdd into master Oct 12, 2021
@papr papr deleted the lower_conf_after_3d_search branch October 12, 2021 08:45
papr added a commit to pupil-labs/pupil that referenced this pull request Oct 14, 2021
papr pushed a commit that referenced this pull request Feb 24, 2022
This change adds `nitpicky=True` (which is an equivalent of `-n`) to
make Sphinx emit warnings for any references to non-existing targets.
Then, it adds `-W` to make it fail whenever a single warning is seen.
Finally, `--keep-going` allows Sphinx to print out all the warnings
before exiting instead of showing just one and bailing.

Resolves #29

Refs:
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
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 this pull request may close these issues.

1 participant