Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,11 @@ This dataset is designed to support AI tools for analyzing volleyball games. It
|
|
20 |
Our goal is to make video analysis easier for players, coaches, and teams by automating performance review through AI.
|
21 |
|
22 |
## Dataset Structure
|
23 |
-
### Directories
|
24 |
* raw/: Contains unprocessed, full-length videos.
|
25 |
* snippets/: Contains short clips, each representing 6 consecutive plays.
|
|
|
|
|
|
|
26 |
|
27 |
### Snippet Metadata
|
28 |
Each snippet includes:
|
|
|
20 |
Our goal is to make video analysis easier for players, coaches, and teams by automating performance review through AI.
|
21 |
|
22 |
## Dataset Structure
|
|
|
23 |
* raw/: Contains unprocessed, full-length videos.
|
24 |
* snippets/: Contains short clips, each representing 6 consecutive plays.
|
25 |
+
* train.txt: List of train snippet file names
|
26 |
+
* val.txt: List of validation snippet file names
|
27 |
+
* test.txt: List of test snippet file names
|
28 |
|
29 |
### Snippet Metadata
|
30 |
Each snippet includes:
|