randomshit11 commited on
Commit
d789906
·
verified ·
1 Parent(s): 3e51634

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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="pullups",
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