Skip to content

Commit 33617a8

Browse files
Update readme.md
Update Dataset download
1 parent c3969ed commit 33617a8

1 file changed

Lines changed: 15 additions & 33 deletions

File tree

readme.md

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,31 @@ All test data are hosted directly in this GitHub repository and should be downlo
6666
### 🟦 Classification – Test Data
6767

6868
**Data location (GitHub):**
69-
[Classification Dataset](https://github.com/OpenSportsLab/soccernetpro-ui/tree/main/Test%20Data/Classification_test/classification)
69+
[Classification Dataset](https://huggingface.co/datasets/OpenSportsLab/soccernetpro-classification-vars)
7070

7171
This folder contains multiple action-category subfolders (e.g. `action_0`, `action_1`, …).
7272

7373
#### 📥 Download via command line
7474

75-
From the repository root:
75+
**Classification – svfouls**
7676

7777
```bash
78-
mkdir -p "Test Data/Classification_test"
79-
cd "Test Data/Classification_test"
80-
81-
git clone \
82-
https://github.com/OpenSportsLab/soccernetpro-ui.git \
83-
--depth 1 \
84-
--filter=blob:none \
85-
--sparse
86-
87-
cd soccernetpro-ui
88-
git sparse-checkout init --cone
89-
git sparse-checkout set "Test Data/Classification_test/classification"
78+
python test_data/download_osl_hf.py \
79+
--url https://huggingface.co/datasets/OpenSportsLab/soccernetpro-classification-vars/blob/svfouls/annotations_test.json \
80+
--output-dir Test_Data/Classification/svfouls
9081
```
91-
After downloading, place the corresponding classification JSON annotation file in:
82+
83+
**Classification – mvfouls**
9284

9385
```bash
94-
Test Data/Classification_test/
86+
python test_data/download_osl_hf.py \
87+
--url https://huggingface.co/datasets/OpenSportsLab/soccernetpro-classification-vars/blob/mvfouls/annotations_test.json \
88+
--output-dir Test_Data/Classification/mvfouls
9589
```
90+
9691
### 🟩 Localization – Test Data
9792
**Data location (GitHub):**
98-
[Localization Dataset](https://github.com/OpenSportsLab/soccernetpro-ui/tree/main/Test%20Data/Localization_test)
93+
[Localization Dataset](https://huggingface.co/datasets/OpenSportsLab/soccernetpro-localization-snas)
9994

10095
Each folder (e.g., `england efl/`) contains video clips for localization testing.
10196

@@ -104,22 +99,9 @@ Each folder (e.g., `england efl/`) contains video clips for localization testing
10499
From the repository root:
105100

106101
```bash
107-
mkdir -p "Test Data/Localization_test"
108-
cd "Test Data/Localization_test"
109-
110-
git clone \
111-
https://github.com/OpenSportsLab/soccernetpro-ui.git \
112-
--depth 1 \
113-
--filter=blob:none \
114-
--sparse
115-
116-
cd soccernetpro-ui
117-
git sparse-checkout init --cone
118-
git sparse-checkout set "Test Data/Localization_test"
119-
```
120-
After downloading, place the corresponding localization JSON annotation file in the same directory as the data folder, for example:
121-
```bash
122-
Test Data/Localization_test/
102+
python test_data/download_osl_hf.py \
103+
--url https://huggingface.co/datasets/OpenSportsLab/soccernetpro-localization-snbas/blob/224p/annotations-test.json \
104+
--output-dir Test_Data/Localization
123105
```
124106
---
125107

0 commit comments

Comments
 (0)