Skip to content

dgseten/bad-cv-tfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>/

About

Understanding badminton with computer vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published