--- license: cc-by-nc-sa-4.0 pretty_name: OpenCommand language: - en tags: - baseball - sports-analytics - computer-vision - statcast size_categories: - 1M/`. **Keys:** `(game_pk, play_id)` identify a pitch. Raw detections (in `/raw/`) are produced using YOLO11 glove/ball/strikezone detector models, with postprocessing based on detection confidence. | File (per season) | One row per | Contents | |---|---|---| | `pbp_info.csv.gz` | pitch | Statcast 9-parameter trajectory, `sz_top`/`sz_bot`, plate location, pitcher, pitch type, and the game_date/type/venue | | `raw/gloveball_tracks/.csv.gz` | frame | glove + ball detections (pixels on screen) | | `raw/strikezone_tracking.csv.gz` | clip | broadcast strikezone detections (pixels on screen) | | `camera_poses.csv.gz` | clip | camera pose (+ vote diagnostics & reprojection accuracies) | | `glove_locations/.csv.gz` | detection | solved glove location (real-world) | | `targets.csv.gz` | clip | naive/inferred targets | | `command_scores.csv` | pitcher, pitch type | n, naive and inferred median miss | `fg_pitching_2025.csv.gz` and `fg_pitching_2026.csv.gz` sit at the root, carrying the FanGraphs season lines command is validated against. ## License & citation Everything here is released under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/): use it, build on it, publish with it, with **attribution** (cite OpenCommand) and **not commercially**. Data derived from MLB broadcast video and Statcast public feeds. MLB and Statcast are trademarks of MLB Advanced Media, L.P.; this project is not affiliated with MLB. ```bibtex @dataset{kim_opencommand, author = {Kim, Tom}, title = {OpenCommand: open catcher-target and pitcher-command data for MLB}, year = {2026}, url = {https://open-command.com}, note = {https://github.com/tomdoyo/open-command} } ```