/codalab-bbc2020

https://competitions.codalab.org/competitions/23905

Primary LanguagePython

Basketball Behavior Challenge: BBC2020

https://competitions.codalab.org/competitions/23905

Setup & RUN

Data

Download files from here and locate them in data/raw

$ ls ~/work/codalab/codalab-bbc2020/data/raw
test  train

RUN

$ ./initialize.sh
$ ./docker/pull.sh && ./docker/run.sh codalab-bbc2020 && ./docker/exec.sh codalab-bbc2020
root@xxxxxx:/workspace# . /venv/bin/activate
(venv) root@xxxxxx:/workspace# python run.py --fe fe006 --run run009
  • blending
(venv) root@xxxxxx:/workspace# python run.py --blend blend000

Fun Things

Visualization

Using DrawNBACourt, which is insipired by BasketballAnalyzeR, and matplotlib animation, we can get gif images of each play.

  • positive example

negative example

  • negative example

negative example

Ref.