Update data/plant_label_disease.json

#2
by bhanusAI - opened
Files changed (1) hide show
  1. data/plant_label_disease.json +39 -15
data/plant_label_disease.json CHANGED
@@ -1,17 +1,41 @@
1
  {
2
- "apple": [0, 1, 2, 3],
3
- "background_without_leaves": [4],
4
- "blueberry": [5],
5
- "cherry": [6, 7],
6
- "corn": [8, 9, 10, 11],
7
- "grape": [12, 13, 14, 15],
8
- "orange": [16],
9
- "peach": [17, 18],
10
- "pepper": [19, 20],
11
- "potato": [21, 22, 23],
12
- "raspberry": [24],
13
- "soybean": [25],
14
- "squash": [26],
15
- "strawberry": [27, 28],
16
- "tomato": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
 
1
  {
2
+ "0": "Apple - Apple Scab",
3
+ "1": "Apple - Black Rot",
4
+ "2": "Apple - Cedar Apple Rust",
5
+ "3": "Apple - Healthy",
6
+ "4": "Background (Without Leaves)",
7
+ "5": "Blueberry - Healthy",
8
+ "6": "Cherry - Powdery Mildew",
9
+ "7": "Cherry - Healthy",
10
+ "8": "Corn - Cercospora Leaf Spot / Gray Leaf Spot",
11
+ "9": "Corn - Common Rust",
12
+ "10": "Corn - Northern Leaf Blight",
13
+ "11": "Corn - Healthy",
14
+ "12": "Grape - Black Rot",
15
+ "13": "Grape - Esca (Black Measles)",
16
+ "14": "Grape - Leaf Blight (Isariopsis Leaf Spot)",
17
+ "15": "Grape - Healthy",
18
+ "16": "Orange - Huanglongbing (Citrus Greening)",
19
+ "17": "Peach - Bacterial Spot",
20
+ "18": "Peach - Healthy",
21
+ "19": "Pepper Bell - Bacterial Spot",
22
+ "20": "Pepper Bell - Healthy",
23
+ "21": "Potato - Early Blight",
24
+ "22": "Potato - Late Blight",
25
+ "23": "Potato - Healthy",
26
+ "24": "Raspberry - Healthy",
27
+ "25": "Soybean - Healthy",
28
+ "26": "Squash - Powdery Mildew",
29
+ "27": "Strawberry - Leaf Scorch",
30
+ "28": "Strawberry - Healthy",
31
+ "29": "Tomato - Bacterial Spot",
32
+ "30": "Tomato - Early Blight",
33
+ "31": "Tomato - Late Blight",
34
+ "32": "Tomato - Leaf Mold",
35
+ "33": "Tomato - Septoria Leaf Spot",
36
+ "34": "Tomato - Spider Mites (Two-Spotted Spider Mite)",
37
+ "35": "Tomato - Target Spot",
38
+ "36": "Tomato - Yellow Leaf Curl Virus",
39
+ "37": "Tomato - Tomato Mosaic Virus",
40
+ "38": "Tomato - Healthy"
41
  }