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]
https://drive.google.com/drive/folders/13yr0bzPIdAkum4YztNkj-nxba5r5ohO-?usp=sharing
This repository contains the following:
- Data for demonstration
- Demonstration Results
- Code to calculate OBSO and USO
- Clone this repository:
$ git clone https://github.com/shunsuke-iwashita/USO.git
- Create environment:
$ pip install -r requirements.txt
- Calculate and visualize OBSO
$ python calculate_obso.py --id 1_1_00
- Calculate and visualize USO
$ python calculate_uso.py
If you have any questions, please contact author:
- Shunsuke Iwashita (iwashita.shunsuke[at]g.sp.m.is.nagoya-u.ac.jp)