Saket Shirsath commited on
Commit
6616d02
·
1 Parent(s): 9f287da
Files changed (1) hide show
  1. index.md +1 -1
index.md CHANGED
@@ -15,7 +15,7 @@ The next step of our implementation is to analyze the exercise form in the input
15
 
16
  It might also prove useful to use a Hough Transform to find potential curves in the pose detection output, since keeping the spine rigid is mostly an indicator of good form. For example, when a person is performing a deadlift, bending the back is very bad. However, during a bench press, a slight arch is actually optimal. By finding these areas of breakdown, or lack thereof, we can provide the user with targeted advice on how to improve their form.
17
 
18
- TODO: Insert Image
19
 
20
  ## Experiments and Results:
21
 
 
15
 
16
  It might also prove useful to use a Hough Transform to find potential curves in the pose detection output, since keeping the spine rigid is mostly an indicator of good form. For example, when a person is performing a deadlift, bending the back is very bad. However, during a bench press, a slight arch is actually optimal. By finding these areas of breakdown, or lack thereof, we can provide the user with targeted advice on how to improve their form.
17
 
18
+ <img src="assets\OpenPose.jpg">
19
 
20
  ## Experiments and Results:
21