geetu040 commited on
Commit
97cf2df
·
verified ·
1 Parent(s): d0d0fc1

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +16 -0
preprocessor_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "antialias": false,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": 0.5,
7
+ "image_processor_type": "DepthProImageProcessorFast",
8
+ "image_std": 0.5,
9
+ "resample": 2,
10
+ "rescale_factor": 0.00392156862745098,
11
+ "return_tensors": "pt",
12
+ "size": {
13
+ "height": 1536,
14
+ "width": 1536
15
+ }
16
+ }