Skip to content

Commit d1eafc6

Browse files
committed
update readme
1 parent 43d5abf commit d1eafc6

1 file changed

Lines changed: 25 additions & 17 deletions

File tree

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,22 @@ A Dataset and Tracking Algorithm for Soccer with Fish-eye and Drone Videos.
2323

2424
* [Project page](https://atomscott.github.io/SoccerTrack/)
2525
* [Paper](https://openaccess.thecvf.com/content/CVPR2022W/CVSports/papers/Scott_SoccerTrack_A_Dataset_and_Tracking_Algorithm_for_Soccer_With_Fish-Eye_CVPRW_2022_paper.pdf)
26-
* [Dataset Download](https://atomscott.github.io/SoccerTrack/#download) 🌟 NEW
2726
* [Tracking Algorithm](https://github.com/AtomScott/SoccerTrack) (Work In Progress)
2827
* [Documentation](https://soccertrack.readthedocs.io/) (Work In Progress)
2928

3029

3130
## Dataset Details
3231

33-
-/- | **Wide-View Camera** | **Top-View Camera** | **GNSS**
34-
---|---|---|---
35-
Device | Z CAM E2-F8 | DJI Mavic 3 | STATSPORTS APEX 10 Hz
36-
Resolution | 8K (7,680 × 4,320 pixel) | 4K (3,840 × 2,160 pixesl) | Abs. err. in 20-m run: 0.22 ± 0.20 m
37-
FPS | 30 | 30 | 10
38-
Player tracking | ✅ | ✅ | ✅
39-
Ball tracking | ✅ | ✅ | -
40-
Bounding box | ✅ | ✅ | -
41-
Location data | ✅ | ✅ | ✅
42-
Player ID | ✅ | ✅ | ✅
32+
| -/- | **Wide-View Camera** | **Top-View Camera** | **GNSS** |
33+
| --------------- | ------------------------ | ------------------------- | ------------------------------------ |
34+
| Device | Z CAM E2-F8 | DJI Mavic 3 | STATSPORTS APEX 10 Hz |
35+
| Resolution | 8K (7,680 × 4,320 pixel) | 4K (3,840 × 2,160 pixesl) | Abs. err. in 20-m run: 0.22 ± 0.20 m |
36+
| FPS | 30 | 30 | 10 |
37+
| Player tracking | | | |
38+
| Ball tracking | | | - |
39+
| Bounding box | | | - |
40+
| Location data | | | |
41+
| Player ID | | | |
4342

4443
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.
4544

@@ -65,15 +64,23 @@ https://user-images.githubusercontent.com/22371492/178085027-5d25781d-e3ed-4791-
6564
6665
## Dataset Download
6766

68-
The SoccerTrack Dataset is available to download from the links below!
69-
70-
* [Top-view](https://drive.google.com/drive/folders/12rasAk-52YSAwReJNIlTZIa794UhRU4J?usp=sharing)
71-
* [Wide-view](https://drive.google.com/drive/folders/1XgrPHBYnz-LOB2vZsB4koVUMgjl_gwqF?usp=sharing)
72-
* [GNSS data](https://drive.google.com/drive/folders/15i4GJ1Rl5rwnOOuHv34Ar1K8wxKifnIJ?usp=sharing)
67+
All the data can be downloaded from [Kaggle](https://www.kaggle.com/datasets/atomscott/soccertrack)!
7368

7469
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)".
7570

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!
82+
83+
### Docker
7784

7885
[Dockerhub](https://hub.docker.com/repository/docker/atomscott/soccertrack)
7986

@@ -115,6 +122,7 @@ See the [Contributing Guide](https://soccertrack.readthedocs.io/en/latest/contri
115122
</table>
116123

117124
## Citation
125+
118126
```
119127
@inproceedings{scott2022soccertrack,
120128
title={SoccerTrack: A Dataset and Tracking Algorithm for Soccer With Fish-Eye and Drone Videos},

0 commit comments

Comments
 (0)