corn-detection / config.json
Luwayy's picture
Update config.json
973c39a
raw
history blame contribute delete
556 Bytes
{
"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
}
}