Spaces:
Sleeping
Sleeping
Update data/plant_label_disease.json
Browse files- data/plant_label_disease.json +17 -17
data/plant_label_disease.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
}
|
|
|
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 |
+
}
|