mango-disease-model / config.json
fokhrul006's picture
v2
343a042 verified
raw
history blame contribute delete
490 Bytes
{
"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
}