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

Fixing error metrics as discussed in #27 #50

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    06af00d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Merge pull request #1 from jgraving/master

    update from upstream
    Selmaan committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    52b997b View commit details
    Browse the repository at this point in the history
  2. fix logger metrics for occluded points

    Modify keypoints error to return nan values for non-visible keypoints. Modify logger to mask out euclidean error for non-visible keypoints, and to correct confidence scores (to 1 minus value) for these keypoints
    Selmaan committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    51d7a82 View commit details
    Browse the repository at this point in the history
  3. fix logger callback

    should store new copy of prediction and errors for each epoch
    Selmaan committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    3e4c997 View commit details
    Browse the repository at this point in the history
  4. fix h5py mode in logger callback

    prevents warning that future h5py will change default file mode to read only
    Selmaan committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b9f9d96 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    29d3f40 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Revert "FlipAxis fix (jgraving#57)"

    This reverts commit cecdb0c.
    Selmaan committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1b88159 View commit details
    Browse the repository at this point in the history
  2. Update FlipAxis.py

    Selmaan committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8ca748b View commit details
    Browse the repository at this point in the history