#Pose-Estimation-using-OpenCV
This script helps to detect and track any pose in frame which helps us to track different poses an individual makes while doing an activity. It has many implications in the real world like yoga poses tracker, poster tracker for desk jobs individuals.
#Prerequisites
Python version 3.0 or more
Working Webcam (NOTE: you can also feed a pre-captured video by specifying the path in the cv2.VideoCapture function call)
#Dependencies
OpenCV, MediaPipe