OS-Software commited on
Commit
7a12ae8
·
verified ·
1 Parent(s): 9407e94

Upload 5 files

Browse files
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-segmentation
4
+ library_name: transformers.js
5
  ---
6
+
7
+ Converted from: [plemeri/InSPyReNet](https://github.com/plemeri/InSPyReNet)
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "swin"
3
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c108dd92b3ddfe3a2d9e9ac2b74730cc5acbb2ddc7ea863330c43f56ae832aa3
3
+ size 395316574
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467c47c71739e2e4b37364476045caa74246f968e2e7ff2dc4c9720c80717f4c
3
+ size 199133027
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "keep_aspect_ratio": true,
20
+ "size": {
21
+ "height": 1024,
22
+ "width": 1024
23
+ }
24
+ }