You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
326 B
10 lines
326 B
# path: /home/cuuva/experiment/datasets/VisDrone # 데이터 경로
|
|
train: /home/cuuva/experiment/datasets/coco5class/images/train
|
|
val: /home/cuuva/experiment/datasets/coco5class/images/val
|
|
test: /home/cuuva/experiment/datasets/coco5class/images/test
|
|
|
|
# nc: 7
|
|
nc: 5
|
|
|
|
names: ['person','car', 'truck', 'bus', 'motor']
|