Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.63 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.63 KB

Basketballinator

Analyze your basketball games using AI. Use computer vision to detect and keep track of player score, player actions and more!

TODO

1. ML Pipeline

  1. Court/Field Detection Helpful paper
  2. Player Detecction and Classification Helpful paper
  3. Player Tracking Helpful paper 1, Paper 2
  4. Player incident reports Helpful paper 1, paper 2, paper 3, github repo

Additional Features:

  1. Intelligent Area for Highlights Helpful paper
  2. 2-D mapping (subset of player tracking systems) Helpful paper 1, Paper 2

2. UI

Haven't made a choice yet :( , though current candidates are:

  1. Qt: Python/C++, lots of docs
  2. Flutter: Dart, can deploy anywhere
  3. ImGUI: C++, fast and simple