File size: 490 Bytes
f0797df
 
343a042
f0797df
343a042
 
f0797df
 
 
 
 
 
343a042
 
 
 
 
 
f0797df
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "crop_name": "Mango",
    "num_classes": 6,
    "class_names": [
        "No Disease Found",
        "Unrelated Image",
        "anthracnose",
        "dieback",
        "malformation",
        "mealybug"
    ],
    "class_to_idx": {
        "No Disease Found": 0,
        "Unrelated Image": 1,
        "anthracnose": 2,
        "dieback": 3,
        "malformation": 4,
        "mealybug": 5
    },
    "model_name": "convnext_tiny_in22k",
    "image_size": 256
}