Remy commited on
Commit
d612137
1 Parent(s): e49d654

detailed output

Browse files
Files changed (1) hide show
  1. classes_detailed.json +76 -0
classes_detailed.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classes": {
3
+ "Healthy": 0,
4
+ "Gray_Leaf_Spot": 1,
5
+ "Blight": 2,
6
+ "Common_Rust": 3
7
+ },
8
+ "details": {
9
+ "Healthy": {
10
+ "description": "Plants show no signs of disease.",
11
+ "characteristics": [
12
+ "Vibrant green color",
13
+ "Uniform leaf structure",
14
+ "No spots or lesions",
15
+ "Normal growth and development"
16
+ ],
17
+ "importance": "Represents the ideal state of the crop, with maximum yield potential."
18
+ },
19
+ "Gray_Leaf_Spot": {
20
+ "causative_agent": "Cercospora zeae-maydis, C. sorghi var. maydis",
21
+ "symptoms": [
22
+ "Small, regular, elongated brown-gray necrotic spots growing parallel to the veins",
23
+ "Lesions may reach 3.0 x 0.3 cm",
24
+ "Lesions may coalesce, producing a complete burning of large areas of the leaves"
25
+ ],
26
+ "environmental_conditions": [
27
+ "Prevalent in subtropical and temperate, humid areas",
28
+ "Favored by extended periods of leaf wetness and cloudy conditions"
29
+ ],
30
+ "impact": "Can result in severe leaf senescence following flowering and poor grain fill",
31
+ "notes": [
32
+ "Also known as cercospora leaf spot",
33
+ "Minimum tillage practices have been associated with increased incidence"
34
+ ]
35
+ },
36
+ "Blight": {
37
+ "note": "This typically refers to Northern Corn Leaf Blight, but could include other types of blight",
38
+ "causative_agent": "Setosphaeria turcica (Teleomorph), Exserohilum turcicum (Anamorph)",
39
+ "symptoms": [
40
+ "Small, oval, water-soaked spots on leaves",
41
+ "Spots grow into elongated, spindle-shaped necrotic lesions",
42
+ "Lesions may appear first on lower leaves and increase in number as the plant develops",
43
+ "Can lead to complete burning of the foliage"
44
+ ],
45
+ "environmental_conditions": [
46
+ "Occurs worldwide, particularly in areas with high humidity and moderate temperatures",
47
+ "Prevalent during the growing season"
48
+ ],
49
+ "impact": "When infection occurs prior to and at silking and conditions are optimum, it may cause significant economic damage"
50
+ },
51
+ "Common_Rust": {
52
+ "causative_agent": "Puccinia sorghi",
53
+ "symptoms": [
54
+ "Small, elongate, powdery pustules over both surfaces of the leaves",
55
+ "Pustules are dark brown in early stages of infection",
56
+ "Later, the epidermis is ruptured and the lesions turn black as the plant matures"
57
+ ],
58
+ "environmental_conditions": [
59
+ "Found worldwide in subtropical, temperate, and highland environments with high humidity"
60
+ ],
61
+ "impact": "Can reduce yield, especially if infection is severe before or during tasseling",
62
+ "notes": [
63
+ "Most conspicuous when plants approach tasseling",
64
+ "Alternate host (Oxalis spp.) may show light orange colored pustules"
65
+ ]
66
+ }
67
+ },
68
+ "general_notes": [
69
+ "Early detection and proper identification of these diseases are crucial for effective management.",
70
+ "Integrated pest management strategies, including resistant varieties, crop rotation, and timely fungicide applications, can help control these diseases.",
71
+ "Climate conditions, particularly humidity and temperature, play a significant role in the development and spread of these diseases.",
72
+ "Many diseases can have similar symptoms, so careful observation and sometimes laboratory analysis may be necessary for accurate diagnosis.",
73
+ "The severity of disease impact often depends on the timing of infection relative to the plant's growth stage.",
74
+ "Some pathogens can infect multiple parts of the plant, including leaves, stalks, and ears."
75
+ ]
76
+ }