phiph commited on
Commit
8635bcb
·
verified ·
1 Parent(s): ad59057

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -9
preprocessor_config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
- "model_type": "depth_anything",
3
- "transformers_version": "4.39.0",
4
- "image_size": [
5
- 546,
6
- 1092
7
- ],
8
- "patch_size": 14,
9
- "hidden_size": 384,
10
- "num_channels": 3
 
11
  }
 
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
  }