Skip to content

This is the Pose Estimation Repo. It is to help understand the principles of image processing and extensively uses opencv-python and mediapipe. It helps you create the application from the minimum possible code all the way upto creating a module for this application. Happy Coding!!

Notifications You must be signed in to change notification settings

anirudhrealdeal/PoseEstimationProject

Repository files navigation

PoseEstimationProject

This is an Image processing example which can later be used in so many applications. The main goal of the project is to learn opencv-python and mediapipes in the most interesting of ways and to get the hang of how these things work. The goal is to track a certain point in your body say an elbow( 14th index acccording to the pose folder in mediapipe). The project also highlights the difference between detection and tracking. There are three files in this project.

  • The PoseEstimationMin which is the minimum posssible code needed to getting our goal achieved
  • The PoseEstimationModule file which executes the class format of the previous file so as to be accessed later by some other application
  • The OurCoolPosingApp is the application/game which can access the module so as to perform the pose estimation
  • About

    This is the Pose Estimation Repo. It is to help understand the principles of image processing and extensively uses opencv-python and mediapipe. It helps you create the application from the minimum possible code all the way upto creating a module for this application. Happy Coding!!

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages