phiph commited on
Commit
0aa1eda
·
verified ·
1 Parent(s): f978cec

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -10
preprocessor_config.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
- "do_normalize": false,
3
- "do_pad": false,
4
- "do_resize": true,
5
- "size": {
6
- "height": 546,
7
- "width": 1092
8
- },
9
- "do_rescale": true,
10
- "rescale_factor": 0.00392156862745098,
11
- "image_processor_type": "DPTImageProcessor"
 
 
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
  }