Skip to content

Latest commit

 

History

History
180 lines (131 loc) · 6.63 KB

README.md

File metadata and controls

180 lines (131 loc) · 6.63 KB

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)