Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.17 KB

USO (Ultimate Scoring Opportunity)

This repository contains the implementation of “Space evaluation based on pitch control using drone video in Ultimate” to be presented at CASSIS. [website] The code supports the methods and experiments presented in the paper. [ReserchGate]

Video

https://drive.google.com/drive/folders/13yr0bzPIdAkum4YztNkj-nxba5r5ohO-?usp=sharing

Overview

This repository contains the following:

  • Data for demonstration
  • Demonstration Results
  • Code to calculate OBSO and USO

Getting Started

Installation

  1. Clone this repository:
$ git clone https://github.com/shunsuke-iwashita/USO.git
  1. Create environment:
$ pip install -r requirements.txt

Perform Demonstrations

  1. Calculate and visualize OBSO
$ python calculate_obso.py --id 1_1_00
  1. Calculate and visualize USO
$ python calculate_uso.py

Contact

If you have any questions, please contact author:

  • Shunsuke Iwashita (iwashita.shunsuke[at]g.sp.m.is.nagoya-u.ac.jp)