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.
|
# 데이터셋 경로
|
|
train: /home/cuuva/aihub_car/fire_dataset/Training/images/
|
|
val: /home/cuuva/aihub_car/fire_dataset/Validation/images/
|
|
|
|
# 클래스 수
|
|
nc: 2
|
|
|
|
# 클래스 이름
|
|
names: ['flame', 'smoke']
|
|
|