Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -44,8 +44,7 @@ The dataset was originally collected to call balls and strikes using neural netw
|
|
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).
|
46 |
|
47 |
-
See the structure of the .csv files in the dataset viewer
|
48 |
-
Notes on that:
|
49 |
|
50 |
- Zone is the pitch location. The zones on Savant are presented as 1-9 for inside the zone, and 11-14 for outside the zone. We renumbered them by subtracting 1 from the inside zone values and 2 from the outside zone values, resulting in a continuous range of 0-12, where 0-8 represents inside the zone, and 9-12 represents outside the zone.
|
51 |
- The dataset includes the following pitch labels: FF (Fastball/4-seam), SI (Sinker/2-Seam), FC (Cutter), CH (Changeup), FS (Split-finger), FO (Forkball), SC (Screwball), CU (Curveball), KC (Knuckle Curve), CS (Slow Curve), SL (Slider), ST (Sweeper), SV (Slurve), KN (Knuckleball), EP (Eephus), FA (Other), IN (Intentional Ball), and PO (Pitchout).
|
|
|
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).
|
46 |
|
47 |
+
See the structure of the .csv files in the dataset viewer, a few notes on that:
|
|
|
48 |
|
49 |
- Zone is the pitch location. The zones on Savant are presented as 1-9 for inside the zone, and 11-14 for outside the zone. We renumbered them by subtracting 1 from the inside zone values and 2 from the outside zone values, resulting in a continuous range of 0-12, where 0-8 represents inside the zone, and 9-12 represents outside the zone.
|
50 |
- The dataset includes the following pitch labels: FF (Fastball/4-seam), SI (Sinker/2-Seam), FC (Cutter), CH (Changeup), FS (Split-finger), FO (Forkball), SC (Screwball), CU (Curveball), KC (Knuckle Curve), CS (Slow Curve), SL (Slider), ST (Sweeper), SV (Slurve), KN (Knuckleball), EP (Eephus), FA (Other), IN (Intentional Ball), and PO (Pitchout).
|