You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All data in SoccerTrack was obtained from 11-vs-11 soccer games between college-aged athletes. Measurements were conducted after we received the approval of Tsukuba university’s ethics committee, and all participants provided signed informed permission. After recording several soccer matches, the videos were semi-automatically annotated based on the GNSS coordinates of each player.
All the data can be downloaded from [Kaggle](https://www.kaggle.com/datasets/atomscott/soccertrack)!
73
68
74
69
For more details on how to use the dataset, please see the section "[Dataset Preparation](https://soccertrack.readthedocs.io/en/latest/01_get_started/dataset_preparation.html)".
75
70
76
-
## Docker
71
+
## Install
72
+
73
+
### pip
74
+
75
+
The software can be installed using `pip`.
76
+
77
+
```bash
78
+
pip install soccertrack
79
+
```
80
+
81
+
> **Note** The software is currently in development so it will break and change frequently!
0 commit comments