ExDark / data /detectionbench_data.yaml
dronefreak's picture
fix: Path
29559e5 verified
Raw
History Blame Contribute Delete
643 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/images
val: valid/images
test: test/images
nc: 12
names:
0: Bicycle
1: Boat
2: Bottle
3: Bus
4: Car
5: Cat
6: Chair
7: Cup
8: Dog
9: Motorbike
10: People
11: Table