Adding Verbal Feedback to App
- n63li0
- Mar 10, 2021
- 1 min read
Today, I merged in another significant part of our project which is providing verbal feedback based on the user's performance for either a squat or deadlift. Basically the verbal feedback works by first finding the user poses that were the closest match to the ideal pose data. Then the differences for each joint angle was calculated, and specific feedback was given based off that difference. For example,. if user's knee angle that came closest to the ideal frame was 105 degrees, and ideal knee angle is 90 degrees - this difference of 15 degrees is exceedingly large and cannot be ignored and is considered something that could be improved on. Then based on whether that difference is positive or negative, we output a specific feedback to that joint.

Comments