Initial models
Browse files- README.md +13 -0
- sam_vit_b-decoder-int8.onnx +3 -0
- sam_vit_b-encoder-int8.onnx +3 -0
- sam_vit_b_01ec64.decoder-fp16.onnx +3 -0
- sam_vit_b_01ec64.decoder.onnx +3 -0
- sam_vit_b_01ec64.encoder-fp16.onnx +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-to-image
|
3 |
+
inference: false
|
4 |
+
---
|
5 |
+
# Model summary
|
6 |
+
This Segment Anything Model has been optimized to work with WebNN. This model is licensed under the [Apache-2.0](https://github.com/facebookresearch/segment-anything?tab=Apache-2.0-1-ov-file#readme) License. For terms of use, please visit the [Code of Conduct](https://github.com/facebookresearch/segment-anything/blob/main/CODE_OF_CONDUCT.md). If you comply with the license and terms of use, you have the rights described therin. By using this Model, you accept the terms.
|
7 |
+
|
8 |
+
Segment-Anything-WebNN is meant to be used with the corresponding sample [here](https://microsoft.github.io/webnn-developer-preview/).
|
9 |
+
|
10 |
+
# Model changes
|
11 |
+
Segment-Anything-Model-WebNN is an ONNX version of the Segment Anything Model, and is optimized for WebNN by using static input shapes and eliminates operators that are not in use.
|
12 |
+
|
13 |
+
Please find the original Segment Anything Model [here](https://github.com/facebookresearch/segment-anything).
|
sam_vit_b-decoder-int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b07ace080d0d969c98f6fed06a4a8049668e6c6391907edd1b8ceb2b676fc064
|
3 |
+
size 4741384
|
sam_vit_b-encoder-int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb0a2db8a97a7107e4928364f7bba3a88365a4457dc8819c779f1bfe1c8698db
|
3 |
+
size 100290177
|
sam_vit_b_01ec64.decoder-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c093420917cbfa116fbe7f8311121b983d3534cc7a2d189f52967cbd04d154b
|
3 |
+
size 8437186
|
sam_vit_b_01ec64.decoder.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b972411be8e7a6abf6d1c14db1a84cc29a456818f6bbe69dfd6e24b09e7e6fb
|
3 |
+
size 16501299
|
sam_vit_b_01ec64.encoder-fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97f9262bec94062b7ab40abb05cc2a5aecd8450460ac81c11b134dd9895fbc2f
|
3 |
+
size 179955678
|