potato-disease-model / config.json
fokhrul006's picture
v2
0438620 verified
raw
history blame
403 Bytes
{
"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
}