Pratyush101 commited on
Commit
987f0a1
·
verified ·
1 Parent(s): 8a32864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,8 +140,8 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
140
 
141
  # stage 4
142
  if (80 < angleKneeL < 110):
143
- if (18 < angleHipL < 40): # Valid "down" position
144
- correct+=1
145
  # stage='up'
146
 
147
 
 
140
 
141
  # stage 4
142
  if (80 < angleKneeL < 110):
143
+ # if (18 < angleHipL < 40): # Valid "down" position
144
+ correct+=1
145
  # stage='up'
146
 
147