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.
34 lines
1.0 KiB
34 lines
1.0 KiB
|
6 months ago
|
# # path: datasets/VisDrone # 데이터 경로
|
||
|
|
# train: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Training/image/license_plate/
|
||
|
|
# val: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Validation/image/license_plate/
|
||
|
|
# # test: images/test
|
||
|
|
|
||
|
|
|
||
|
|
# # path: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Training/
|
||
|
|
|
||
|
|
# # train:
|
||
|
|
# # - image/license_plate/ # 이미지 폴더
|
||
|
|
# # val:
|
||
|
|
# # - ../Validation/image/license_plate/
|
||
|
|
|
||
|
|
# # 각 이미지에 대응하는 라벨 경로를 직접 지정
|
||
|
|
# labels:
|
||
|
|
# train: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Training/labels/license_plate/
|
||
|
|
# val: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Validation/labels/license_plate/
|
||
|
|
|
||
|
|
# nc: 1
|
||
|
|
# names: ['lp']
|
||
|
|
|
||
|
|
# custom_LP.yaml
|
||
|
|
|
||
|
|
# 데이터셋 경로
|
||
|
|
train: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Training/images/license_plate/
|
||
|
|
val: /home/cuuva/aihub_car/CCTV_car_or_licenseplate/data/Validation/images/license_plate/
|
||
|
|
|
||
|
|
# 클래스 수
|
||
|
|
nc: 1
|
||
|
|
|
||
|
|
# 클래스 이름
|
||
|
|
names: ['lp']
|
||
|
|
|