abhishek1377 / Analysis-Pose_Estimation_Techniques

A Computer Vision project to identify applications of pose estimation techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pose_Estimation_Analysis

This project deals with 2 issues:

  1. Use of openCV and Mediapipe to first gain body landmark coordinates on a projected on a 2-d surface.

  2. Exploration of 2 possible applications of having this landmark data:

    1. Imgage classification(pose estimation folder): For Image classification, I have used a supervised data of classified images and trained a neural network classification model for possible identification of various yoga poses using relative positions of body landmarks from the available images.

    image

    1. Reps counting for a sample excercise(Workout helper folder): Since the landmark data can be captured for real time videos as well, I have attempted to count the reps for a sample excercise based on the changes in landmarks relative positions.

About

A Computer Vision project to identify applications of pose estimation techniques


Languages

Language:Python 100.0%