Matthijs commited on
Commit
f2d8349
1 Parent(s): 166c6be

add Core ML model

Browse files
MobileViT_DeepLabV3.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
The diff for this file is too large to render. See raw diff
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:4a953a528a0d96f99cb90985edb269343c3388448f085cbdb674b73a8e801bf5
3
+ size 11770752
MobileViT_DeepLabV3.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "68772B66-C952-4603-A56D-D7A693B54D42": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "A74A3117-90A0-44A8-A884-981A9F31DC56": {
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": "A74A3117-90A0-44A8-A884-981A9F31DC56"
18
+ }