Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -27,7 +27,7 @@ def process(video_path):
|
|
27 |
gym_object = ai_gym.AIGym() # init AI GYM module
|
28 |
gym_object.set_args(line_thickness=2,
|
29 |
view_img=False, # Set view_img to False to prevent displaying the video in real-time
|
30 |
-
pose_type="
|
31 |
kpts_to_check=[6, 8, 10])
|
32 |
|
33 |
frame_count = 0
|
|
|
27 |
gym_object = ai_gym.AIGym() # init AI GYM module
|
28 |
gym_object.set_args(line_thickness=2,
|
29 |
view_img=False, # Set view_img to False to prevent displaying the video in real-time
|
30 |
+
pose_type="pushup",
|
31 |
kpts_to_check=[6, 8, 10])
|
32 |
|
33 |
frame_count = 0
|