tiny-random-ZoeDepthForDepthEstimation / preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for ZoeDepthForDepthEstimation
7d0cce9 verified
Raw
History Blame Contribute Delete
405 Bytes
{
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"ensure_multiple_of": 32,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ZoeDepthImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"keep_aspect_ratio": true,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 384,
"width": 512
}
}