Yoga asana classifier for python
Hi welcome to my new deep learning project “Yoga Asana Classifier / pose classifier “. This project as the name suggests can predict the yoga pose which you are doing in front of the webcam.This project comprise of three python scripts namely,Data CollectionData TrainingAnd finally Inference script.As all of the name suggest do there respective work. For this project I used mediapipe pose detection to detect the human body pose and after that I made model with simple Dense network […]
Read more