tiny-random-CHMv2ForDepthEstimation / preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for CHMv2ForDepthEstimation
e5bfcd2 verified
Raw
History Blame Contribute Delete
471 Bytes
{
"data_format": "channels_first",
"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
}