Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 970 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 970 Bytes

SportsPose - A Dynamic 3D sports pose dataset

Please check out our project page to download the dataset.

Cite

If you use any of our work please cite the following

BibTeX:

@inproceedings{ingwersen2023sportspose,
title={SportsPose: A Dynamic 3D Sports Pose Dataset},
author={Ingwersen, Christian Keilstrup and Mikkelstrup, Christian and Jensen, 
    Janus N{\o}rtoft and Hannemose, Morten Rieger and Dahl, Anders Bjorholm},
booktitle={Proceedings of the IEEE/CVF International Workshop on Computer Vision in Sports},
year={2023}

Installation

To install the packages needed for the dataset and example simply clone this repository and pip install it. I.e.

git clone https://github.com/ChristianIngwersen/SportsPose.git

cd SportsPose

pip install .

Examples on how to use the provided pytorch dataset can be found in the notebook: example_notebook.ipynb