Update carla.yaml
This commit is contained in:
parent
93619ce4a7
commit
53ca59c5dc
|
@ -1,15 +1,13 @@
|
|||
# COCO 2017 dataset http://cocodataset.org - first 128 training images
|
||||
# Train command: python train.py --data coco128.yaml
|
||||
# Default dataset location is next to YOLOv5:
|
||||
# /parent
|
||||
# /datasets/coco128
|
||||
# /yolov5
|
||||
# Default dataset location is next to YOLOv3:
|
||||
# data/phy_attack
|
||||
# /train_new
|
||||
# /train_new
|
||||
|
||||
|
||||
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
|
||||
path: F:/PythonPro/DualAttentionAttack/data/phy_attack # dataset root dir
|
||||
train: train_new # train_new train_label_new
|
||||
val: train_new # val images (relative to 'path') 128 images
|
||||
path: data/phy_attack # dataset root dir
|
||||
train: train_new # train image (note that: image rather than npz, but you should modify line between 123-129 and 414-417 in the datasets_fca.py)
|
||||
val: train_new #
|
||||
test: # test images (optional)
|
||||
|
||||
# Classes
|
||||
|
@ -24,3 +22,4 @@ names: [ 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', '
|
|||
'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear',
|
||||
'hair drier', 'toothbrush' ] # class names
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue