File size: 556 Bytes
54f43ac 973c39a 54f43ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"model_type": "efficientnet",
"model": "EfficientNetB3",
"weights": "EfficientNetB3-corn-100.0.h5",
"license": "mit",
"language": "en",
"metrics": {
"main": "accuracy"
},
"pipeline_tag": "image-classification",
"classes": [
{
"id": 0,
"name": "Healthy corn",
"height": 224,
"width": 224,
"scale_by": 1
},
{
"id": 1,
"name": "Infected",
"height": 224,
"width": 224,
"scale_by": 1
}
],
"preprocessing": {
"resize": [224, 224],
"scale": 255
}
}
|