CoolFace
Modelpublic

0xgr3y/Arch-Building-Image-Classification

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes141downloads
preprocessor_config.json36 linesDownload Raw Back to root
1{2  "image_processing": {3    "size": {4      "width": 320,5      "height": 3206    },7    "resample": "bilinear",8    "normalize": true,9    "mode": "efficientnet_v2_preprocess_input",10    "channel_order": "RGB",11    "mean": [12      0.0,13      0.0,14      0.015    ],16    "std": [17      1.0,18      1.0,19      1.020    ],21    "scale": 1.0,22    "description": "preprocess_input is identity in TF 2.12+; EfficientNetV2-S includes internal Rescaling layer. Input expects raw [0, 255] float32."23  },24  "input_name": "input_1",25  "output_name": "dense_1",26  "input_shape": [27    1,28    320,29    320,30    331  ],32  "output_shape": [33    1,34    835  ]36}