hf-transformers-bot commited on
Commit
3bdabce
1 Parent(s): f6d7335

Update tiny models for DepthAnythingForDepthEstimation

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. preprocessor_config.json +18 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1a148e5a1920b9145c0549cc7cc59a0fd86295d197b67f7bb95a49afadce4af
3
  size 39488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f3927652a7e1fbf61ac532c5465af5cf4e8e4b1d5646fa4458166154e6c067
3
  size 39488
preprocessor_config.json CHANGED
@@ -1,4 +1,22 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_pad": false,
4
  "do_rescale": true,
 
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,