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

Add pose_repeat_rate to activity classifier #413

Merged
merged 15 commits into from
May 16, 2024

Commits on May 15, 2024

  1. Add pose_repeat_rate to activity classifier

    Hannah DeFazio committed May 15, 2024
    Configuration menu
    Copy the full SHA
    27e1a4a View commit details
    Browse the repository at this point in the history
  2. Queue the pose and repeat pose count

    Hannah DeFazio committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0c3327d View commit details
    Browse the repository at this point in the history
  3. Fix pose memo

    Hannah DeFazio committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ae6fb3f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    3ea252c View commit details
    Browse the repository at this point in the history
  2. Add TCN node feature to create input windows leading with object det …

    …frames
    
    Add a parameter for the activity_classifier_tcn node that forces the input
    window created for processing to be formed such that the most recent frame
    in the window is one that has object detections associated with it.
    Purg committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0673d60 View commit details
    Browse the repository at this point in the history
  3. Add latest model trained withnew pose reat rate feature

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d33fbb6 View commit details
    Browse the repository at this point in the history
  4. Turn off memoization

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d6c8751 View commit details
    Browse the repository at this point in the history
  5. Make fix to handle more than one gt a little more generic

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8207392 View commit details
    Browse the repository at this point in the history
  6. Fix bad model path

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1aaf701 View commit details
    Browse the repository at this point in the history
  7. Fix wrong variable name

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a472764 View commit details
    Browse the repository at this point in the history
  8. Remove repeated variable declaration

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    225ae14 View commit details
    Browse the repository at this point in the history
  9. Docstrings update

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6a591b5 View commit details
    Browse the repository at this point in the history
  10. Update TCN to include pose repeat rate parameter

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8adf5c8 View commit details
    Browse the repository at this point in the history
  11. Code review fixes

    Hannah DeFazio committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8bf80a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c42b1f View commit details
    Browse the repository at this point in the history