hiera-finetuned-stroke-binary-ultrasound / preprocessor_config.json
BTX24's picture
Training in progress, step 100
ef6e704 verified
raw
history blame contribute delete
606 Bytes
{
"crop_size": {
"height": 224,
"width": 224
},
"data_format": "channels_first",
"default_to_square": false,
"device": null,
"disable_grouping": null,
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "BitImageProcessorFast",
"image_std": [
0.229,
0.224,
0.225
],
"input_data_format": null,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_tensors": null,
"size": {
"shortest_edge": 256
}
}