initial commit
Browse files- LandmarksAsiaHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- LandmarksAsiaHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json +19 -0
- LandmarksAsiaHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kAsiaLandmarksHead_quant8.mlmodel +3 -0
- LandmarksAsiaHead_quant8.mlpackage/Manifest.json +24 -0
LandmarksAsiaHead_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 |
+
}
|
LandmarksAsiaHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "--",
|
3 |
+
"MLModelDescriptionKey" : "Predicts asian landmarks from a set of 12039 classes.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.github.apple.coremltools.source" : "tensorflow==2.8.0",
|
6 |
+
"com.github.apple.coremltools.version" : "5.2.0",
|
7 |
+
"com.excelsis.crossprism.type" : "head",
|
8 |
+
"com.excelsis.crossprism.label_threshold" : "0.1",
|
9 |
+
"com.excelsis.crossprism.feature_extractor" : "efficientnetv2-21k-m-fv",
|
10 |
+
"com.excelsis.crossprism.logits_output" : "Identity",
|
11 |
+
"source" : "https:\/\/github.com\/cvdfoundation\/google-landmark",
|
12 |
+
"com.excelsis.crossprism.category" : "Travel",
|
13 |
+
"sampleCount" : "449545",
|
14 |
+
"com.excelsis.crossprism.friendly_name" : "Asia Landmarks",
|
15 |
+
"com.excelsis.crossprism.id" : "custom_asia_landmarks"
|
16 |
+
},
|
17 |
+
"MLModelAuthorKey" : "--",
|
18 |
+
"MLModelLicenseKey" : "©2024 Excelsis Consulting"
|
19 |
+
}
|
LandmarksAsiaHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kAsiaLandmarksHead_quant8.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2493c32cf216ae64760456b9f2050ea4b3819bf3d435880f9b695f82e9316f45
|
3 |
+
size 31095822
|
LandmarksAsiaHead_quant8.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"016E2072-58E7-4BF4-A70D-91673DBF3126": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
+
"1CB9E2BD-7BDE-4055-9391-D8F9075466B7": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "efficientnetV2M21kAsiaLandmarksHead_quant8.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/efficientnetV2M21kAsiaLandmarksHead_quant8.mlmodel"
|
15 |
+
},
|
16 |
+
"FF3798B9-56A5-4D90-A690-4F17E1AC48ED": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External Metadata Overlay",
|
19 |
+
"name": "Metadata.json",
|
20 |
+
"path": "com.apple.CoreML/Metadata.json"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"rootModelIdentifier": "1CB9E2BD-7BDE-4055-9391-D8F9075466B7"
|
24 |
+
}
|