Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

fix: made mean computations more robust for posture tracker #62

Merged
merged 2 commits into from
Sep 21, 2024

Conversation

MitchellJC
Copy link
Collaborator

No description provided.

@MitchellJC MitchellJC requested a review from LimaoC September 20, 2024 13:10
@MitchellJC MitchellJC self-assigned this Sep 20, 2024
Copy link
Owner

@LimaoC LimaoC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -17,7 +17,7 @@ def main():
logger.debug("Checking for a match")
matched_id = get_face_match(face)

logger.debug("Matched user %d", matched_id)
logger.debug("Matched user %s", matched_id)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually an oversight in get_face_match, can you change that function so that its return value is actually an int instead?

@MitchellJC MitchellJC merged commit 620c444 into main Sep 21, 2024
2 checks passed
@MitchellJC MitchellJC deleted the mitch-pi-posture branch September 21, 2024 04:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants