bhanusAI commited on
Commit
e72620b
·
verified ·
1 Parent(s): 65d5227

Update data/plant_label_disease.json

Browse files
Files changed (1) hide show
  1. data/plant_label_disease.json +17 -17
data/plant_label_disease.json CHANGED
@@ -1,17 +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
- }
 
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
+ }