Datasets:
File size: 683 Bytes
2cd2fe3 be19b41 bf44cfe 2cd2fe3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # 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
|