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

predict() support for pose estimation models #1142

Merged
merged 23 commits into from
Jun 11, 2023

Commits on Jun 6, 2023

  1. Adding predict

    BloodAxe committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a0a3330 View commit details
    Browse the repository at this point in the history
  2. Predict

    BloodAxe committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    62c38b8 View commit details
    Browse the repository at this point in the history
  3. Predict

    BloodAxe committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    90c0566 View commit details
    Browse the repository at this point in the history
  4. Adding predict

    BloodAxe committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    447e7f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Adding predict

    BloodAxe committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e9cbb12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117bb78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38f9066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3971a88 View commit details
    Browse the repository at this point in the history
  5. Remove temp files

    BloodAxe committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    10b2dd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bfe555 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16c29cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c319886 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb9f7d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e27d373 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c181f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    6d914b5 View commit details
    Browse the repository at this point in the history
  2. Update docstrings

    BloodAxe committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d2f8494 View commit details
    Browse the repository at this point in the history
  3. Fix test

    BloodAxe committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    670c1c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fedce2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    d40b48a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/SG-910-predict-for-pose'…

    … into feature/SG-910-predict-for-pose
    BloodAxe committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4a6293f View commit details
    Browse the repository at this point in the history
  3. _pad_image cannot work with pad_value that is tuple (r,g,b).

    So we change the keypoint transforms defaults in config to use single scalar value
    BloodAxe committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    02d1931 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Fix pad_value in keypoints transforms to accept single scalar value t…

    …o make compatible with _pad_image
    BloodAxe committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    19f1061 View commit details
    Browse the repository at this point in the history