Understanding badminton with computer vision is the Final Master Thesis from Diego González Serrador.
- Install python >= 3.6
- [Optional] Setup a new virtual environment.
- 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=.
- Coco api installation
# From root dir git clone https://github.com/cocodataset/cocoapi.git cd cocoapi/PythonAPI cp -r pycocotools <path_to_project>/