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

High Resolution Pose Estimation new tool #356

Merged
merged 42 commits into from
Dec 21, 2022
Merged

Commits on Nov 28, 2022

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

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    d3756c2 View commit details
    Browse the repository at this point in the history
  2. typos

    mthodoris committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9a8fe2b View commit details
    Browse the repository at this point in the history
  3. fixed tests

    mthodoris committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a0d90e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    e45ba3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca25e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

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

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    49aa849 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    ad-daniel committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    0081557 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Apply suggestions from code review

    Co-authored-by: ad-daniel <[email protected]>
    Co-authored-by: Nikolaos Passalis <[email protected]>
    3 people authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6ba580c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b012f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d906b3 View commit details
    Browse the repository at this point in the history
  4. HR pose estimation ros1 node

    tsampazk committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5334c7e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Apply suggestions from code review

    Co-authored-by: ad-daniel <[email protected]>
    Co-authored-by: Kostas Tsampazis <[email protected]>
    3 people authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7ea8c7a View commit details
    Browse the repository at this point in the history
  2. suggestions from review

    (edit functions, code duplication,typos,etc)
    mthodoris committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c209bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec2d90 View commit details
    Browse the repository at this point in the history
  4. suggestions from review

    (edit functions, code duplication,typos,etc)
    mthodoris committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fcadc14 View commit details
    Browse the repository at this point in the history
  5. edit some paths

    mthodoris committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d3340f5 View commit details
    Browse the repository at this point in the history
  6. changes for test errors

    mthodoris committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d6ba595 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    e9dabd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4416a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    6b3149a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    type casting issue on height variables
    str() to int()
    
    Co-authored-by: Nikolaos Passalis <[email protected]>
    mthodoris and passalis authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2d42b0b View commit details
    Browse the repository at this point in the history
  3. Missing stuff

    ad-daniel committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    15608ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e4bea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f77fae View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    0dd322a View commit details
    Browse the repository at this point in the history
  2. pep8 fixes

    passalis committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    191c3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0edfb3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf439c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ba8ae3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4234552 View commit details
    Browse the repository at this point in the history
  7. apply review suggestions

    edited hardcoded values, removed unnecessary values from learner, added docstrings in functions
    edited the readme file after the changes
    mthodoris committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4a6c7d2 View commit details
    Browse the repository at this point in the history
  8. Update docs/reference/high-resolution-pose-estimation.md

    Co-authored-by: Nikolaos Passalis <[email protected]>
    mthodoris and passalis authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    664d0bb View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Kostas Tsampazis <[email protected]>
    mthodoris and tsampazk authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    82313ba View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Kostas Tsampazis <[email protected]>
    mthodoris and tsampazk authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    bcf222b View commit details
    Browse the repository at this point in the history
  11. review fixes

    mthodoris committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d6853ad View commit details
    Browse the repository at this point in the history
  12. typos

    mthodoris committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    18dff24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27a614d View commit details
    Browse the repository at this point in the history