crossprism
commited on
Commit
·
3fbdcfb
1
Parent(s):
b0d5d52
Initial commit
Browse files- LandmarksEUHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- LandmarksEUHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json +17 -0
- LandmarksEUHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kEULandmarksHead2_quant8.mlmodel +3 -0
- LandmarksEUHead_quant8.mlpackage/Manifest.json +24 -0
LandmarksEUHead_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 |
+
}
|
LandmarksEUHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelDescriptionKey" : "Predicts north american landmarks from a set of 60480 classes.",
|
3 |
+
"MLModelLicenseKey" : "©2024 Excelsis Consulting",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"source" : "https:\/\/github.com\/cvdfoundation\/google-landmark",
|
6 |
+
"com.github.apple.coremltools.version" : "5.2.0",
|
7 |
+
"com.excelsis.crossprism.label_threshold" : "0.2",
|
8 |
+
"com.excelsis.crossprism.feature_extractor" : "efficientnetv2-21k-m-fv",
|
9 |
+
"com.excelsis.crossprism.logits_output" : "Identity",
|
10 |
+
"com.excelsis.crossprism.type" : "head",
|
11 |
+
"com.excelsis.crossprism.friendly_name" : "Europe Landmarks",
|
12 |
+
"com.github.apple.coremltools.source" : "tensorflow==2.8.0",
|
13 |
+
"sampleCount" : "1853741",
|
14 |
+
"com.excelsis.crossprism.category" : "Travel",
|
15 |
+
"com.excelsis.crossprism.id" : "custom_europe_landmarks"
|
16 |
+
}
|
17 |
+
}
|
LandmarksEUHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kEULandmarksHead2_quant8.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:895aa55855f8c9ef3959f24a1986102e86784fa40d5f96602fb81c4d98a40aa1
|
3 |
+
size 79453907
|
LandmarksEUHead_quant8.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"248B512A-042F-4BBA-866A-99AEC278F278": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
+
"7A806FF9-391E-4932-B44D-F2FD576DA364": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
+
"C24BB419-D66A-4BB4-BAAA-CCDED8E68B64": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "CoreML Model Specification",
|
19 |
+
"name": "efficientnetV2M21kEULandmarksHead2_quant8.mlmodel",
|
20 |
+
"path": "com.apple.CoreML/efficientnetV2M21kEULandmarksHead2_quant8.mlmodel"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"rootModelIdentifier": "C24BB419-D66A-4BB4-BAAA-CCDED8E68B64"
|
24 |
+
}
|