Spaces:
Runtime error
Runtime error
add CoreML models
Browse files- .gitignore +1 -1
- weights/edge_sam.pth +3 -0
- weights/edge_sam_3x_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- weights/edge_sam_3x_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- weights/edge_sam_3x_decoder.mlpackage/Manifest.json +18 -0
- weights/edge_sam_3x_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- weights/edge_sam_3x_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- weights/edge_sam_3x_encoder.mlpackage/Manifest.json +18 -0
- weights/edge_sam_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- weights/edge_sam_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- weights/edge_sam_decoder.mlpackage/Manifest.json +18 -0
- weights/edge_sam_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- weights/edge_sam_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- weights/edge_sam_encoder.mlpackage/Manifest.json +18 -0
.gitignore
CHANGED
@@ -42,7 +42,7 @@ yarn.lock
|
|
42 |
package-lock.json
|
43 |
|
44 |
# CoreML models
|
45 |
-
|
46 |
|
47 |
# Mac
|
48 |
*DS_Store*
|
|
|
42 |
package-lock.json
|
43 |
|
44 |
# CoreML models
|
45 |
+
#*.mlpackage
|
46 |
|
47 |
# Mac
|
48 |
*DS_Store*
|
weights/edge_sam.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:439b086a20ab6fba90c12cba32e0001ba3aa726da5791ff8738acdd440330991
|
3 |
+
size 38807540
|
weights/edge_sam_3x_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4518e04d599e85df080eb129d61118e121118b050508bbb83fa26d7fe6eeaa48
|
3 |
+
size 101157
|
weights/edge_sam_3x_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2392539e4491f64b6ab29e8f4438ab118cdd21993b1613b78cd39a7c1d99774
|
3 |
+
size 9960704
|
weights/edge_sam_3x_decoder.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"2875227A-75A8-4451-AB08-E78E8CAC37CE": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"EECCA9F1-7955-4935-AECD-42C17D1CECF6": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "EECCA9F1-7955-4935-AECD-42C17D1CECF6"
|
18 |
+
}
|
weights/edge_sam_3x_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0b7179ef64d39c8610877ee75b4bfd2405e421edc03199b1b0de13b37ff8616
|
3 |
+
size 184014
|
weights/edge_sam_3x_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c89a70057120761ce8bd84e586cc4c5fbaad6daf24147abc77d27df7d93662c7
|
3 |
+
size 11006912
|
weights/edge_sam_3x_encoder.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"53B97A2B-9D4D-4925-86EB-7F8513928FA6": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"CE2DB1BD-E028-4C31-B623-79AC2D65A78F": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "CE2DB1BD-E028-4C31-B623-79AC2D65A78F"
|
18 |
+
}
|
weights/edge_sam_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9d08f2cd955109f26085398d95d59b4358be0a98e99b736f615eccd6b91e529
|
3 |
+
size 101157
|
weights/edge_sam_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99517e216aec14273bc6e677285b44e088763422778233cae1fd436781b9720d
|
3 |
+
size 9960704
|
weights/edge_sam_decoder.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"1F20FBD8-A0E3-4EF1-BFFC-7C4F0D84BDB4": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"42912BC1-5908-4EC1-881D-F4A1CE8F61D5": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "42912BC1-5908-4EC1-881D-F4A1CE8F61D5"
|
18 |
+
}
|
weights/edge_sam_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:598fccfc2967288a8c0c4b367d1d7aecdc2be2070989f3645bc14ab8ec241220
|
3 |
+
size 184014
|
weights/edge_sam_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c5bcbd9eca61253083ebf81db6c0087ecc193c2037f35e5c6573a197b14e3ec
|
3 |
+
size 11006912
|
weights/edge_sam_encoder.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"0A44F094-662E-4AB5-A5BC-C71D3F51D67C": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"8F7DC1F8-1EDE-4E5F-A659-FD6FA106423A": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "0A44F094-662E-4AB5-A5BC-C71D3F51D67C"
|
18 |
+
}
|