7 lines
190 B
YAML
7 lines
190 B
YAML
train: ../train/
|
|
val: ../valid/
|
|
test: ../test/
|
|
|
|
nc: 12
|
|
names: ['w_pawn','w_knight','w_bishop','w_rook','w_queen','w_king',
|
|
'b_pawn','b_knight','b_bishop','b_rook','b_queen','b_king'] |