Saket Shirsath commited on
Commit
db4969f
·
1 Parent(s): 63ebb42

Update index.md

Browse files
Files changed (1) hide show
  1. index.md +1 -1
index.md CHANGED
@@ -16,7 +16,7 @@ The next step of our implementation is to analyze the exercise form in the input
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
  ### Example of Human Pose Detection:
19
- <img src="assets\OpenPose.jpg" height="50px">
20
 
21
  ## Experiments and Results:
22
 
 
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
  ### Example of Human Pose Detection:
19
+ <img src="assets\OpenPose.jpg" height="500px">
20
 
21
  ## Experiments and Results:
22