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
Copy file name to clipboardExpand all lines: test_data/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
## Tools Directory Usage
1
+
## test_data Directory Usage
2
2
3
-
The `tools` directory contains utility scripts to help you work with OSL (Open Sports Lab) datasets, particularly for downloading annotated datasets and associated videos from Hugging Face. Below you'll find an explanation and usage instructions.
3
+
The `test_data` directory contains utility scripts to help you work with OSL (Open Sports Lab) datasets, particularly for downloading annotated datasets and associated videos from Hugging Face. Below you'll find an explanation and usage instructions.
4
4
5
5
---
6
6
7
7
### 1. Download OSL Dataset and Videos from Hugging Face
8
8
9
-
**Script:**`tools/download_osl_hf.py`
9
+
**Script:**`test_data/download_osl_hf.py`
10
10
11
11
This script automates the download of an OSL-format JSON file (annotation file) and all referenced videos from a Hugging Face dataset repository.
12
12
@@ -55,7 +55,7 @@ If authentication is missing or access is not granted, the script will fail with
0 commit comments