drhouseshield commited on
Commit
16c0bb9
·
verified ·
1 Parent(s): bbcd1dd

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +3 -0
  2. preprocessor_config.json +22 -0
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "isnet"
3
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": false,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 128,
8
+ 128,
9
+ 128
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 256,
14
+ 256,
15
+ 256
16
+ ],
17
+ "resample": 2,
18
+ "size": {
19
+ "height": 1024,
20
+ "width": 1024
21
+ }
22
+ }