ZahidAlaie
commited on
Commit
•
e037a25
1
Parent(s):
4560fda
Upload facemask.yaml
Browse files- facemask.yaml +10 -0
facemask.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
train: train
|
3 |
+
val: valid
|
4 |
+
test: test
|
5 |
+
nc: 3
|
6 |
+
names:
|
7 |
+
0 : with_mask
|
8 |
+
1 : mask_weared_incorrect
|
9 |
+
2 : without_mask
|
10 |
+
|