Matthijs commited on
Commit
3489480
1 Parent(s): efcf640

add Core ML model

Browse files
MobileViT_DeepLabV3.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
Binary file (157 kB). View file
MobileViT_DeepLabV3.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:8ab0f7e087a8d42559768f0469b20f1d0a32c5a8822ebea1573be1138b07d575
3
+ size 12718186
MobileViT_DeepLabV3.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4463B484-A51F-45F2-8312-70885656014B": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "72AB7E94-26B3-4DB1-869C-9870157A1C76": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "4463B484-A51F-45F2-8312-70885656014B"
18
+ }