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.
11 lines
237 B
11 lines
237 B
|
6 months ago
|
# 데이터셋 경로
|
||
|
|
train: /home/cuuva/experiment/datasets/swoon_detection/Training/images/
|
||
|
|
val: /home/cuuva/experiment/datasets/swoon_detection/Validation/images/
|
||
|
|
|
||
|
|
# 클래스 수
|
||
|
|
nc: 1
|
||
|
|
|
||
|
|
# 클래스 이름
|
||
|
|
names: ['swoon']
|
||
|
|
|