File size: 643 Bytes
c76fdfe
 
 
 
 
 
 
 
 
29559e5
c76fdfe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
# 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