Datasets:
| # Ultralytics dataset config for topspin-opentt-ball-subset. | |
| # | |
| # Single-class ball detection. train/val split is by match id rather than | |
| # by frame to avoid leaking nearly-identical adjacent frames across the | |
| # split. The split below is a sensible default; consumers can override it | |
| # in their training config. | |
| path: . | |
| train: images | |
| val: images | |
| nc: 1 | |
| names: | |
| - ball | |