Skip to content

evan-ishibashi/taco-inspiration

Repository files navigation

Basketball Shot Tracker (Taco Inspiration)

Personal Project for tracking the made and missed basketball shots

Steps Taken to build

Collect and Process Data

  1. Took video footage of myself shooting around in a basketball gym
  2. Parsed out each frame of the video using VideoProc Converter
  3. Annotated Over 2000 images labeling basketball, person, net, etc. Using LabelImg

Train Model Using Labeled Image Data

  1. Followed theAIGuy's Google Colab Notebook to train model and output weights
  2. Exported Output Weights

Implement Weights into YOLO and OPENCV Code

  1. Pysource has a great tutorial to get started
  2. Using OpenCV, opened a new video that you want the code to run object recognition on
  3. Utilized YOLO to generate bounding boxes and confidence levels for the basketball images
  4. Wrote logic for capturing shot count

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages