Pratyush101 commited on
Commit
38c92af
·
verified ·
1 Parent(s): 3427eee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
116
  if 18 < angleHipL < 40:
117
  correct += 1
118
 
119
- if 80 < angleKneeL < 110 and stage == 'up':
120
  stage = 'down'
121
 
122
  cv2.rectangle(image, (0, 0), (280, 103), (127, 248, 236), -1)
 
116
  if 18 < angleHipL < 40:
117
  correct += 1
118
 
119
+ if angleKneeL < 110 and stage == 'up':
120
  stage = 'down'
121
 
122
  cv2.rectangle(image, (0, 0), (280, 103), (127, 248, 236), -1)