Skip to content

junsukha/pose-estimation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Anaylyzing Basketball Shooting Poses Using 3D Human Pose Estimation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Acknowledgments

About The Project

This project analyzes angles of important parts so that users can correct their poses. We use several NBA players' poses as ground truth and compare user's angle with those.

(back to top)

Getting Started

Prerequisites

As you run a file, if an error message complains about something, just install it using pip. For example, if cv2 is not insalled, run

pip install cv2

How to run your video

Run show-video-and-graph.py. Use your video path as an argument. Omit < and > when using argument.

python show-video-and-graph.py <path_to_your_video>

Next, run imagesToVideo.py

python imagesToVideo.py

Acknowledgments

  • Siddharth Diwan (HTA)
  • Srinath Sridhar (Professor)

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published