zeyuai's picture
Upload EfficientNet food classifier (Keras + TFLite + TFJS)
15bc900 verified
Raw
History Blame Contribute Delete
659 Bytes
{
"model_type": "mobilenet-v2-035",
"task": "image-classification",
"framework": "tensorflow",
"input_size": 224,
"input_shape": [
1,
224,
224,
3
],
"num_classes": 9,
"class_names": [
"Baked Potato",
"Burger",
"Crispy Chicken",
"Donut",
"Fries",
"Hot Dog",
"Other",
"Pizza",
"Sandwich"
],
"preprocessing": {
"resize": [
224,
224
],
"normalization": "mobilenet_v2",
"note": "Use tf.keras.applications.mobilenet_v2.preprocess_input()"
},
"source_model": "BestModelEfficientNetLite.keras",
"formats_available": [
"keras",
"tflite",
"tfjs"
]
}