hbfreed commited on
Commit
e0bf5b9
1 Parent(s): 02a0853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,20 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Dataset Card for Picklebot50k
2
 
3
  <!-- Provide a quick summary of the dataset. -->
4
 
5
- 50 thousand video clips of balls and strikes from MLB games from the 2016 season through the 2022 season, resized to 224x224.
6
 
7
  ## Dataset Details
8
 
9
  ### Dataset Description
10
 
11
  <!-- Provide a longer summary of what this dataset is. -->
12
-
13
 
14
 
15
 
16
  The calculated standard deviation and mean for the dataset are
 
17
  std: (0.2104, 0.1986, 0.1829)
 
 
18
  mean: (0.3939, 0.3817, 0.3314).
19
 
20
 
@@ -52,15 +66,15 @@ The source data were scraped from Baseball Savant's [Statcast Search](https://ba
52
 
53
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
54
 
55
- After downloading the videos, they were cropped from 1280x720 at 60fps to the middle 600x600 pixels at 60fps. Finally, they were downsampled to 224x224 resolution at 15 fps (this can all be done using one ffmpeg command).
56
 
57
  #### Who are the source data producers?
58
 
59
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
60
- [Baseball Savant](https://baseballsavant.mlb.com/) and MLB/the broadcasters originally created the data.
61
 
62
 
63
  ## Bias, Risks, and Limitations
64
 
65
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
- It's important to note that only balls and called strikes were collected. No swinging strikes, foul balls, hit by pitches, or anything else are included in the dataset. Additionally, most pitchers and batters are right handed, and nothing was done to try and balance that in this dataset.
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - baseball
7
+ - sports
8
+ - video-classification
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
  # Dataset Card for Picklebot50k
13
 
14
  <!-- Provide a quick summary of the dataset. -->
15
 
16
+ 50 thousand video clips of balls and strikes from MLB games from the 2016 season through the 2022 season.
17
 
18
  ## Dataset Details
19
 
20
  ### Dataset Description
21
 
22
  <!-- Provide a longer summary of what this dataset is. -->
23
+ The dataset consists of roughly 50 thousand video clips of balls and strikes in .mp4 format, resized to 224x224 resolution.
24
 
25
 
26
 
27
  The calculated standard deviation and mean for the dataset are
28
+
29
  std: (0.2104, 0.1986, 0.1829)
30
+
31
+
32
  mean: (0.3939, 0.3817, 0.3314).
33
 
34
 
 
66
 
67
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
68
 
69
+ After downloading the videos, they were cropped from 1280x720 at 60fps to the middle 600x600 pixels at 60fps. Finally, they were downsampled to 224x224 resolution at 15 fps (this can all be done using one ffmpeg command). Some of the longer clips where there was a lot of noise (shots of the crowd, instant replays, etc.) were trimmed (mostly by hand) down to a more manageable length.
70
 
71
  #### Who are the source data producers?
72
 
73
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
74
+ [Baseball Savant](https://baseballsavant.mlb.com/) and MLB/the broadcasters (whoever it is) originally created the videos.
75
 
76
 
77
  ## Bias, Risks, and Limitations
78
 
79
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
80
+ It's important to note that only balls and called strikes were collected. No swinging strikes, foul balls, hit by pitches, or anything else are included in the dataset. Additionally, most pitchers and batters are right handed, and nothing was done to try and balance that in this dataset.