Datasets:
File size: 369 Bytes
e518e26 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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
|