Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- data/label_disease.json +41 -0
- data/plant_label_disease.json +17 -0
data/label_disease.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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___Haunglongbing_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___Tomato_Yellow_Leaf_Curl_Virus",
|
| 39 |
+
"37": "Tomato___Tomato_mosaic_virus",
|
| 40 |
+
"38": "Tomato___healthy"
|
| 41 |
+
}
|
data/plant_label_disease.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": {"name": "apple", "indices": [0, 1, 2, 3]},
|
| 3 |
+
"1": {"name": "background_without_leaves", "indices": [4]},
|
| 4 |
+
"2": {"name": "blueberry", "indices": [5]},
|
| 5 |
+
"3": {"name": "cherry", "indices": [6, 7]},
|
| 6 |
+
"4": {"name": "corn", "indices": [8, 9, 10, 11]},
|
| 7 |
+
"5": {"name": "grape", "indices": [12, 13, 14, 15]},
|
| 8 |
+
"6": {"name": "orange", "indices": [16]},
|
| 9 |
+
"7": {"name": "peach", "indices": [17, 18]},
|
| 10 |
+
"8": {"name": "pepper", "indices": [19, 20]},
|
| 11 |
+
"9": {"name": "potato", "indices": [21, 22, 23]},
|
| 12 |
+
"10": {"name": "raspberry", "indices": [24]},
|
| 13 |
+
"11": {"name": "soybean", "indices": [25]},
|
| 14 |
+
"12": {"name": "squash", "indices": [26]},
|
| 15 |
+
"13": {"name": "strawberry", "indices": [27, 28]},
|
| 16 |
+
"14": {"name": "tomato", "indices": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}
|
| 17 |
+
}
|