Brackish / data /detectionbench_data.yaml
dronefreak's picture
feat: Add shard 01 from train set
bf44cfe verified
Raw
History Blame Contribute Delete
683 Bytes
# detectionbench_data.yaml
# Corrected Ultralytics dataset config for this Roboflow export.
#
# The Roboflow-generated data.yaml in this same directory uses
# `train: ../train/images` etc., which Ultralytics resolves relative to the
# yaml's own directory -- since train/valid/test live *inside* this
# directory (not one level up), that relative path is wrong. This file uses
# an explicit `path:` + non-relative splits instead.
path: data
train:
- train/shard_000/images
- train/shard_001/images
- train/shard_002/images
- train/shard_003/images
val: valid/images
test: test/images
nc: 6
names:
0: crab
1: fish
2: jellyfish
3: shrimp
4: small_fish
5: starfish