CoolFace
Apppublic

lucasmaglhaes/headswapper20

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
preprocessor_config.json29 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": true,4  "do_pad": true,5  "do_rescale": true,6  "do_resize": true,7  "image_mean": [8    0.485,9    0.456,10    0.40611  ],12  "image_processor_type": "SamImageProcessor",13  "image_std": [14    0.229,15    0.224,16    0.22517  ],18  "pad_size": {19    "height": 1024,20    "width": 102421  },22  "processor_class": "SamProcessor",23  "resample": 2,24  "rescale_factor": 0.00392156862745098,25  "size": {26    "longest_edge": 102427  }28}29