Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +12 -10
preprocessor_config.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"
|
|
|
|
|
|
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"DepthAnythingForDepthEstimation"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "depth_anything",
|
| 6 |
+
"transformers_version": "4.39.0",
|
| 7 |
+
"image_size": [
|
| 8 |
+
546,
|
| 9 |
+
1092
|
| 10 |
+
],
|
| 11 |
+
"patch_size": 14,
|
| 12 |
+
"hidden_size": 384,
|
| 13 |
+
"num_channels": 3
|
| 14 |
}
|