File size: 370 Bytes
f0797df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "crop_name": "Mango",
    "num_classes": 4,
    "class_names": [
        "anthracnose",
        "dieback",
        "malformation",
        "mealybug"
    ],
    "class_to_idx": {
        "anthracnose": 0,
        "dieback": 1,
        "malformation": 2,
        "mealybug": 3
    },
    "model_name": "convnext_tiny_in22k",
    "image_size": 256
}