Spaces:
Sleeping
Sleeping
Saket Shirsath
commited on
Commit
·
abed71b
1
Parent(s):
6616d02
Update index.md
Browse files
index.md
CHANGED
@@ -15,7 +15,8 @@ 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 |
-
|
|
|
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 |
+
### Example of Human Pose Detection:
|
19 |
+
<img src="assets\OpenPose.jpg" height="50%">
|
20 |
|
21 |
## Experiments and Results:
|
22 |
|