Using Pose Estimation to Judge Yoga Form from your webcam in real time
Uses Pose Estimation and ANN classifier to label and judge your yoga poses. For more detail and retionale, view my writeup.
Accepts two command line args:
-v path_to_video (use this flag to judge form from a video file instead of webcam).
-o path_to_outfile_name (use this flag to specify where to save outfile).
Requires "imutils" package: pip install imutils
When running script, press "q" to exit cleanly