Commit ·
ffe2ea0
1
Parent(s): e7571b2
added depth_map
Browse files- config.json +5 -1
- model.safetensors +1 -1
- preprocessor_config.json +0 -18
config.json
CHANGED
|
@@ -28,10 +28,13 @@
|
|
| 28 |
"reshape_hidden_states": false,
|
| 29 |
"torch_dtype": "float32"
|
| 30 |
},
|
|
|
|
|
|
|
| 31 |
"fusion_hidden_size": 128,
|
| 32 |
"head_hidden_size": 32,
|
| 33 |
"head_in_index": -1,
|
| 34 |
"initializer_range": 0.02,
|
|
|
|
| 35 |
"model_type": "depth_anything",
|
| 36 |
"neck_hidden_sizes": [
|
| 37 |
96,
|
|
@@ -49,5 +52,6 @@
|
|
| 49 |
"reassemble_hidden_size": 768,
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": null,
|
| 52 |
-
"use_pretrained_backbone": false
|
|
|
|
| 53 |
}
|
|
|
|
| 28 |
"reshape_hidden_states": false,
|
| 29 |
"torch_dtype": "float32"
|
| 30 |
},
|
| 31 |
+
"backbone_kwargs": null,
|
| 32 |
+
"depth_estimation_type": "metric",
|
| 33 |
"fusion_hidden_size": 128,
|
| 34 |
"head_hidden_size": 32,
|
| 35 |
"head_in_index": -1,
|
| 36 |
"initializer_range": 0.02,
|
| 37 |
+
"max_depth": 20,
|
| 38 |
"model_type": "depth_anything",
|
| 39 |
"neck_hidden_sizes": [
|
| 40 |
96,
|
|
|
|
| 52 |
"reassemble_hidden_size": 768,
|
| 53 |
"torch_dtype": "float32",
|
| 54 |
"transformers_version": null,
|
| 55 |
+
"use_pretrained_backbone": false,
|
| 56 |
+
"use_timm_backbone": false
|
| 57 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 389916980
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b902f5d9a8c8a9520f3a8c6a00afe442b464eff5aaf0cb405d1da721cd9f79f
|
| 3 |
size 389916980
|
preprocessor_config.json
CHANGED
|
@@ -1,22 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_valid_processor_keys": [
|
| 3 |
-
"images",
|
| 4 |
-
"do_resize",
|
| 5 |
-
"size",
|
| 6 |
-
"keep_aspect_ratio",
|
| 7 |
-
"ensure_multiple_of",
|
| 8 |
-
"resample",
|
| 9 |
-
"do_rescale",
|
| 10 |
-
"rescale_factor",
|
| 11 |
-
"do_normalize",
|
| 12 |
-
"image_mean",
|
| 13 |
-
"image_std",
|
| 14 |
-
"do_pad",
|
| 15 |
-
"size_divisor",
|
| 16 |
-
"return_tensors",
|
| 17 |
-
"data_format",
|
| 18 |
-
"input_data_format"
|
| 19 |
-
],
|
| 20 |
"do_normalize": true,
|
| 21 |
"do_pad": false,
|
| 22 |
"do_rescale": true,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"do_pad": false,
|
| 4 |
"do_rescale": true,
|