Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,11 +119,6 @@ def process_video(video_path):
|
|
119 |
cv2.imwrite(phase_filename, frame)
|
120 |
saved_phases.add(current_phase)
|
121 |
|
122 |
-
cv2.imshow("Pose Estimation", frame)
|
123 |
-
|
124 |
-
if cv2.waitKey(1) & 0xFF == ord('q'):
|
125 |
-
break
|
126 |
-
|
127 |
cap.release()
|
128 |
cv2.destroyAllWindows()
|
129 |
pose.close()
|
|
|
119 |
cv2.imwrite(phase_filename, frame)
|
120 |
saved_phases.add(current_phase)
|
121 |
|
|
|
|
|
|
|
|
|
|
|
122 |
cap.release()
|
123 |
cv2.destroyAllWindows()
|
124 |
pose.close()
|