Update tiny models for DepthAnythingForDepthEstimation

#44
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:9c962a1ed57460c3f6c9a1b0de31d634be9fbbdbd0da4bc84e01c1ada3ec5d38
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,