# CaddieSet (Jung et al. CVPRW 2025)

Golf swing dataset built around a **camera-based launch monitor**. 8 golfers
of varied skill, 1757 shots total (924 FACEON + 833 DTL), with ball-flight
ground truth and **automatically extracted per-phase joint features**.

- Paper: [CVPR2025W_CVSPORTS](https://openaccess.thecvf.com/content/CVPR2025W/CVSPORTS/html/Jung_CaddieSet_A_Golf_Swing_Dataset_with_Human_Joint_Features_and_CVPRW_2025_paper.html)
- arXiv: [2508.20491](https://arxiv.org/abs/2508.20491)
- Upstream: [github.com/damilab/CaddieSet](https://github.com/damilab/CaddieSet)
- License: see `LICENSE`

## On-disk layout

```
caddieset/
├── CaddieSet.csv          # 1757 rows × 80 cols — the entire public release
├── LICENSE
└── UPSTREAM_README.md
```

## Schema

- `View` — FACEON or DTL
- `ClubType` — W1 (driver), I7 (iron 7), etc.
- Ball flight: `Distance`, `Carry`, `LrDistanceOut`, `DirectionAngle`,
  `SpinBack`, `SpinSide`, `SpinAxis`, `BallSpeed`
- `GolferId` — 1..8
- **Joint features** keyed `{phase}-{feature}` where `phase ∈ 0..7` (the 8
  swing events) and features include `SHOULDER-ANGLE`, `HIP-ROTATION`,
  `LEFT-ARM-ANGLE`, `WEIGHT-SHIFT`, etc. See upstream README for the full list.

## Caveat: no raw videos

The authors released the **derived features**, not the source video frames.
For raw video, use GolfDB or a broadcast corpus.
