Shaq2 commited on
Commit
784a44a
·
verified ·
1 Parent(s): 793d5d4

Add v2 labels.json

Browse files
Files changed (1) hide show
  1. v2/labels.json +32 -0
v2/labels.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop": "brassica-disease",
3
+ "task": "classify",
4
+ "imgsz": 640,
5
+ "inputShape": [
6
+ 1,
7
+ 640,
8
+ 640,
9
+ 3
10
+ ],
11
+ "outputShape": [
12
+ 1,
13
+ 11
14
+ ],
15
+ "softmaxed": true,
16
+ "preprocess": "centercrop",
17
+ "preprocessVerified": true,
18
+ "names": [
19
+ "Cabbage__Alternaria_Spot",
20
+ "Cabbage__Black_Rot",
21
+ "Cabbage__Downy_Mildew",
22
+ "Cabbage__Healthy_Leaf",
23
+ "Cauliflower__Alternaria_Disease",
24
+ "Cauliflower__Bacterial_Soft_Rot",
25
+ "Cauliflower__Bacterial_Spot",
26
+ "Cauliflower__Black_Spot",
27
+ "Cauliflower__Downy_Mildew",
28
+ "Cauliflower__Healthy",
29
+ "Cauliflower__Nutrient_Deficiency"
30
+ ],
31
+ "version": "v2"
32
+ }