binarization-segformer-b3 / preprocessor_config.json
DiTo97's picture
End of training
172f844
raw
history blame contribute delete
No virus
511 Bytes
{
"do_normalize": true,
"do_reduce_labels": false,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "SegformerFeatureExtractor",
"image_mean": [
0.7178310783673725,
0.6656352826441061,
0.561250527769185
],
"image_processor_type": "SegformerImageProcessor",
"image_std": [
0.11939309086593752,
0.12023050606805916,
0.10785259768170144
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 1024,
"width": 1024
}
}