Arch-Building-Image-Classification / preprocessor_config.json
0xgr3y's picture
Upload preprocessor_config.json with huggingface_hub
c93fb53 verified
Raw
History Blame Contribute Delete
641 Bytes
{
"image_processing": {
"size": {
"width": 320,
"height": 320
},
"resample": "bilinear",
"normalize": true,
"mode": "efficientnet_v2_preprocess_input",
"channel_order": "RGB",
"mean": [
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0
],
"scale": 1.0,
"description": "preprocess_input is identity in TF 2.12+; EfficientNetV2-S includes internal Rescaling layer. Input expects raw [0, 255] float32."
},
"input_name": "input_1",
"output_name": "dense_1",
"input_shape": [
1,
320,
320,
3
],
"output_shape": [
1,
8
]
}