TheGuy444 commited on
Commit
3d7d379
·
verified ·
1 Parent(s): a11a419

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +6 -0
  2. onnx/model_fp16.onnx +3 -0
  3. preprocessor_config.json +13 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "image-segmentation",
3
+ "architectures": ["InSPyReNet"],
4
+ "framework": "onnx",
5
+ "task": "image-segmentation"
6
+ }
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b80a0ad73636f5d254fac4dd646d6c5da7f73e93878b9dbf87aa72121c86d4
3
+ size 58182341
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [0.485, 0.456, 0.406],
6
+ "image_std": [0.229, 0.224, 0.225],
7
+ "resample": 2,
8
+ "rescale_factor": 0.00392156862745098,
9
+ "size": {
10
+ "height": 384,
11
+ "width": 384
12
+ }
13
+ }