Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The dataset was originally collected to call balls and strikes using neural netw
|
|
42 |
## Dataset Structure
|
43 |
|
44 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
45 |
-
The dataset is structured as a .tar file of all the videos. The labels are contained in three .csv files (train, val, test). The .csvs are structured as follows:
|
46 |
|
47 |
date pitch mph spin_rate pitcher batter zone count inning pitch_result video_link filename video_length
|
48 |
2018-06-15 FF 94.8 2256 Gausman, Kevin(R) Shuck, JB(L) 6 2-2 Top 2 Called Strike https://baseballsavant.mlb.com/sporty-videos?playId=... clip_21926.mp4 200
|
|
|
42 |
## Dataset Structure
|
43 |
|
44 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
45 |
+
The dataset is structured as a .tar.xz file of all the videos. The labels are contained in three .csv files (train, val, test). The .csvs are structured as follows:
|
46 |
|
47 |
date pitch mph spin_rate pitcher batter zone count inning pitch_result video_link filename video_length
|
48 |
2018-06-15 FF 94.8 2256 Gausman, Kevin(R) Shuck, JB(L) 6 2-2 Top 2 Called Strike https://baseballsavant.mlb.com/sporty-videos?playId=... clip_21926.mp4 200
|