Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 739 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 739 Bytes

Diego González Serrador TFM

Understanding badminton with computer vision is the Final Master Thesis from Diego González Serrador.

Setup instructions

  1. Install python >= 3.6
  2. [Optional] Setup a new virtual environment.
  3. Setup object detection framework, already included in this repo:
    # From root dir
    pip install -r requirements.txt
    sudo apt-get install protobuf-compiler
    protoc object_detection/protos/*.proto --python_out=.
  4. Coco api installation
    # From root dir
    git clone https://github.com/cocodataset/cocoapi.git
    cd cocoapi/PythonAPI
    cp -r pycocotools <path_to_project>/