File size: 403 Bytes
1a0bd54
 
0438620
1a0bd54
0438620
 
1a0bd54
 
 
 
0438620
 
 
 
1a0bd54
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "crop_name": "Potato",
    "num_classes": 4,
    "class_names": [
        "No Disease Found",
        "Unrelated Image",
        "early_blight",
        "late_blight"
    ],
    "class_to_idx": {
        "No Disease Found": 0,
        "Unrelated Image": 1,
        "early_blight": 2,
        "late_blight": 3
    },
    "model_name": "convnext_tiny_in22k",
    "image_size": 256
}