nielsr HF staff commited on
Commit
c886280
1 Parent(s): 10bdd2f

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +21 -0
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_affine_transform": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTPoseImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "rescale_factor": 0.00392156862745098,
17
+ "size": {
18
+ "height": 256,
19
+ "width": 192
20
+ }
21
+ }