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

Implement latency measurement and perform measurements #107

Closed
jilinzheng opened this issue Dec 5, 2024 · 0 comments · May be fixed by #108
Closed

Implement latency measurement and perform measurements #107

jilinzheng opened this issue Dec 5, 2024 · 0 comments · May be fixed by #108
Assignees
Labels
critical Fix ASAP

Comments

@jilinzheng
Copy link
Contributor

jilinzheng commented Dec 5, 2024

Test procedure:

  1. Select the appropriate pose model (reminder that we have a legacy pose detection model from Mediapipe, as well as a newer, preview one)
  2. Navigate to any exercise page and allow the webcam to be used
  3. Open the web developer tools, navigate to the console tab, and wait for at least ten seconds (timestamps will be logged in the meanwhile)
  4. Save the console messages to a text file to be processed with Python program measure_latency.py
  5. Organize all text files to be measured into a single directory, and execute the Python program with the directory as a command-line argument
@jilinzheng jilinzheng self-assigned this Dec 5, 2024
@jilinzheng jilinzheng added the critical Fix ASAP label Dec 5, 2024
@jilinzheng jilinzheng changed the title Implement latency measurement Implement latency measurement and perform measurements Dec 5, 2024
@jilinzheng jilinzheng linked a pull request Dec 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical Fix ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants