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
327 B
10 lines
327 B
|
6 months ago
|
# path: /home/cuuva/experiment/datasets/VisDrone # 데이터 경로
|
||
|
|
train: /home/cuuva/experiment/datasets/VisDrone/images/train
|
||
|
|
val: /home/cuuva/experiment/datasets/VisDrone/images/val
|
||
|
|
test: /home/cuuva/experiment/datasets/VisDrone/images/test
|
||
|
|
|
||
|
|
# nc: 7
|
||
|
|
nc: 6
|
||
|
|
|
||
|
|
names: ['person','van', 'car', 'motor', 'bus', 'truck']
|