Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,7 @@ Our goal is to make video analysis easier for players, coaches, and teams by aut
|
|
22 |
## Dataset Structure
|
23 |
* raw/: Contains unprocessed, full-length videos.
|
24 |
* snippets/: Contains short clips, each representing 3 consecutive plays including downtime between 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
|
|
|
22 |
## Dataset Structure
|
23 |
* raw/: Contains unprocessed, full-length videos.
|
24 |
* snippets/: Contains short clips, each representing 3 consecutive plays including downtime between plays.
|
25 |
+
* metadata.json: Will contain every snippet and its source, type, date, camera_type, and snippet_index.
|
26 |
* train.txt: List of train snippet file names
|
27 |
* val.txt: List of validation snippet file names
|
28 |
* test.txt: List of test snippet file names
|