Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +16 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"antialias": false,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": 0.5,
|
7 |
+
"image_processor_type": "DepthProImageProcessorFast",
|
8 |
+
"image_std": 0.5,
|
9 |
+
"resample": 2,
|
10 |
+
"rescale_factor": 0.00392156862745098,
|
11 |
+
"return_tensors": "pt",
|
12 |
+
"size": {
|
13 |
+
"height": 1536,
|
14 |
+
"width": 1536
|
15 |
+
}
|
16 |
+
}
|