Spaces:
Build error
Build error
File size: 356 Bytes
47af768 |
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 29 |
train: ../VOCdevkit/images/train/ # 8493 images 训练集
val: ../VOCdevkit/images/val/ # 2249 images 验证集
# number of classes 类别数
nc: 15
# Classes
names:
0: person
1: bike
2: car
3: motor
4: bus
5: train
6: truck
7: light
8: hydrant
9: sign
10: dog
11: skateboard
12: stroller
13: scooter
14: other vehicle
|