CoolFace
Modelpublic

google/efficientnet-b4

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
3likes1.7kdownloads
preprocessor_config.json30 linesDownload Raw Back to root
1{2  "crop_size": {3    "height": 289,4    "width": 2895  },6  "do_center_crop": false,7  "do_normalize": true,8  "do_rescale": true,9  "do_resize": true,10  "image_mean": [11    0.485,12    0.456,13    0.40614  ],15  "image_processor_type": "EfficientNetImageProcessor",16  "image_std": [17    0.47853944,18    0.4732864,19    0.4743416320  ],21  "include_top": true,22  "resample": 0,23  "rescale_factor": 0.00392156862745098,24  "rescale_offset": false,25  "size": {26    "height": 380,27    "width": 38028  }29}30