tiny-random-models / chmv2 /CHMv2ForDepthEstimation /preprocessor_config.json
IlyasMoutawwakil's picture
Upload folder using huggingface_hub (part 3)
5bbddfe verified
Raw
History Blame Contribute Delete
436 Bytes
{
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": false,
"ensure_multiple_of": 16,
"image_mean": [
0.42,
0.411,
0.296
],
"image_processor_type": "CHMv2ImageProcessor",
"image_std": [
0.213,
0.156,
0.143
],
"keep_aspect_ratio": true,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 384,
"width": 384
},
"size_divisor": 16
}