Commit
·
2ab5c3b
1
Parent(s):
832e621
initial commit
Browse files- LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json +15 -0
- LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kAfricaLandmarksHead_quant8.mlmodel +3 -0
- LandmarksAfricaHead_quant8.mlpackage/Manifest.json +24 -0
LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Outputs" : {
|
3 |
+
"classLabel" : {
|
4 |
+
"MLFeatureShortDescription" : "--"
|
5 |
+
},
|
6 |
+
"Identity" : {
|
7 |
+
"MLFeatureShortDescription" : "--"
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"Inputs" : {
|
11 |
+
"features" : {
|
12 |
+
"MLFeatureShortDescription" : "--"
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"TrainingInputs" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "--",
|
3 |
+
"MLModelDescriptionKey" : "Predicts african landmarks from a set of 1127 classes. Generated for use in CrossPrism: https:\/\/crossprism.excelsis.com\/",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.github.apple.coremltools.version" : "5.2.0",
|
6 |
+
"com.github.apple.coremltools.source" : "tensorflow==2.8.0",
|
7 |
+
"source" : "https:\/\/github.com\/cvdfoundation\/google-landmark",
|
8 |
+
"com.excelsis.crossprism.category" : "Travel",
|
9 |
+
"com.excelsis.crossprism.friendly_name" : "South America",
|
10 |
+
"sampleCount" : "40595",
|
11 |
+
"com.excelsis.crossprism.id" : "custom_africa_landmarks"
|
12 |
+
},
|
13 |
+
"MLModelAuthorKey" : "--",
|
14 |
+
"MLModelLicenseKey" : "©2023 Excelsis Consulting"
|
15 |
+
}
|
LandmarksAfricaHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kAfricaLandmarksHead_quant8.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca9aab73a77b161bcde3e79a06db9a675a07fef95c6a2a2f5450cd4224f21d2
|
3 |
+
size 1476884
|
LandmarksAfricaHead_quant8.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"689ED1E0-59A7-406E-B879-8AD5593389BC": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "efficientnetV2M21kAfricaLandmarksHead_quant8.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/efficientnetV2M21kAfricaLandmarksHead_quant8.mlmodel"
|
9 |
+
},
|
10 |
+
"B4AB3D8D-0AD8-41B0-9FDF-23FBCAA9AF25": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
+
"B8F599C3-C780-4C54-8D47-85A4707F0CED": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"rootModelIdentifier": "689ED1E0-59A7-406E-B879-8AD5593389BC"
|
24 |
+
}
|