CoolFace
Modelpublic

flagship/dgan-model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes7downloads
preprocessor_config.json24 linesDownload Raw Back to root
1{2  "crop_pct": 0.875,3  "do_normalize": true,4  "do_rescale": true,5  "do_resize": true,6  "feature_extractor_type": "ConvNextFeatureExtractor",7  "image_mean": [8    0.485,9    0.456,10    0.40611  ],12  "image_processor_type": "ConvNextFeatureExtractor",13  "image_std": [14    0.229,15    0.224,16    0.22517  ],18  "resample": 3,19  "rescale_factor": 0.00392156862745098,20  "size": {21    "shortest_edge": 22422  }23}24