Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

2022 Winners for the 2022 edition of the ball 3D localization challenge

License

Notifications You must be signed in to change notification settings

DeepSportradar/2022-winners-ball-3d-localization-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ball 3D localization challenge

This repository contains the method we developped to participate to the MMSports 2022 ball 3D localization challenge. It is described in this report. The source code is available under the CeCILL 2.1 license.

Installation

Create a virtual environment:

virtualenv venv
source venv/bin/activate

Install the dependancies:

pip install -r requirements.txt

Dataset

Please follow the instructions available on the challenge repository to download and generate the dataset pickle files.

Usage

To train the model, use the command line:

CUBLAS_WORKSPACE_CONFIG=:16:8 python train.py

A model is saved every 10 epochs in the output directory.

To evaluate the model, use the command line:

python eval.py dataset_pickle_file_path model_path

You can use the --visualization command line option to display images of the estimations.

The model used for our submission to the evaluation server is available in the models directory.

About

2022 Winners for the 2022 edition of the ball 3D localization challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%