mz-muttaqin commited on
Commit
c792bbc
·
verified ·
1 Parent(s): 98639d3

fix: data.yaml

Browse files
Files changed (1) hide show
  1. data.yaml +11 -11
data.yaml CHANGED
@@ -1,11 +1,11 @@
1
- path: .
2
- train: images
3
- val: images
4
- test: images
5
-
6
- nc: 4
7
- names:
8
- 0: B1
9
- 1: B2
10
- 2: B3
11
- 3: B4
 
1
+ path: .
2
+ train: train.txt
3
+ val: val.txt
4
+ test: test.txt
5
+
6
+ nc: 4
7
+ names:
8
+ 0: B1
9
+ 1: B2
10
+ 2: B3
11
+ 3: B4