Skip to content

Commit

Permalink
Fixed minor issues
Browse files Browse the repository at this point in the history
Fixed minor issues
  • Loading branch information
RizwanMunawar authored Nov 22, 2022
1 parent e462e4e commit 60e65b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pose-estimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ def run(poseweights="yolov7-w6-pose.pt",source="football1.mp4",device='cpu',view

out.write(im0) #writing the video frame

else:
break

cap.release()
# cv2.destroyAllWindows()
avg_fps = total_fps / frame_count
Expand Down

0 comments on commit 60e65b2

Please sign in to comment.