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

Fix metric for small distances #32

Merged
merged 7 commits into from
Aug 30, 2023
Merged

Fix metric for small distances #32

merged 7 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. scrutinize the metric calculations:

    - all keypoints are in ints (and represent topleft corner of their pixel, aka zero-indexed)
    - heatmaps are really centered on the int pixel
    - metric max distances are ints and represent <= L2 distances (i.e. pixel-perfect == dmax = 0)
    - integration test: dummy dataset results in good scores for all mAP threholds down to 0
    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    04c7ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8330825 View commit details
    Browse the repository at this point in the history
  3. update readme

    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cfed8ca View commit details
    Browse the repository at this point in the history
  4. extend readme

    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d3e1c18 View commit details
    Browse the repository at this point in the history
  5. extend readme

    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ea4b3d4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'metric-scrutinization' of github.com:tlpss/keypoint-det…

    …ection into metric-scrutinization
    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    79c6257 View commit details
    Browse the repository at this point in the history
  7. extend readme

    tlpss committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7fad641 View commit details
    Browse the repository at this point in the history