Table of Contents
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.
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
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
- Siddharth Diwan (HTA)
- Srinath Sridhar (Professor)