hbfreed commited on
Commit
eceedf9
·
verified ·
1 Parent(s): 91c9093

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -42,13 +42,12 @@ 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.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
49
-
50
- Where the 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).
52
 
53
  ### Source Data
54
 
 
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).
46
 
47
+ See the structure of the .csv files in the dataset viewer.
48
+ Notes on that:
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).
 
51
 
52
  ### Source Data
53