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 trajectories plot #74

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Add trajectories plot #74

wants to merge 15 commits into from

Commits on Mar 29, 2023

  1. add dashboard storage. update when videos in table are selected or wh…

    …en slider position changes. uses type memory to avoid quota limitations (but slow)
    sfmig committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6c2faff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08fbad View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. add flask caching to pyproject

    sfmig committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    523eccb View commit details
    Browse the repository at this point in the history
  2. add dashboard storage to hold list of selected videos with pose data …

    …and frame slider position (changes in storage trigger a dummy plot function)
    sfmig committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7789dad View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    59023a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a947f2f View commit details
    Browse the repository at this point in the history
  3. moved plots to tabs

    sfmig committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6f2f06b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix tabs and tabs content

    sfmig committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    91bf156 View commit details
    Browse the repository at this point in the history
  2. add basic docstrings

    sfmig committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c8f172e View commit details
    Browse the repository at this point in the history
  3. fixes to figure layout

    sfmig committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ce60618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fccf709 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abae4b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    484cfa5 View commit details
    Browse the repository at this point in the history
  7. add slider for pcutoff

    sfmig committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2edb21e View commit details
    Browse the repository at this point in the history
  8. added slider for likelihood

    sfmig committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a8062cf View commit details
    Browse the repository at this point in the history