crossprism
commited on
Commit
•
afa68d0
1
Parent(s):
2a777b3
initial commit
Browse files- .gitignore +1 -0
- LandmarksNAHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- LandmarksNAHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json +16 -0
- LandmarksNAHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kNALandmarksHead_quant8.mlmodel +3 -0
- LandmarksNAHead_quant8.mlpackage/Manifest.json +24 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.DS_Store
|
LandmarksNAHead_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 |
+
}
|
LandmarksNAHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelDescriptionKey" : "Predicts north american landmarks from a set of 10502 classes. Generated for use in CrossPrism: https:\/\/crossprism.excelsis.com\/",
|
3 |
+
"MLModelLicenseKey" : "©2023 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.1",
|
8 |
+
"com.excelsis.crossprism.type" : "head",
|
9 |
+
"com.excelsis.crossprism.logits_output" : "Identity",
|
10 |
+
"com.github.apple.coremltools.source" : "tensorflow==2.8.0",
|
11 |
+
"com.excelsis.crossprism.friendly_name" : "North America",
|
12 |
+
"com.excelsis.crossprism.category" : "Travel",
|
13 |
+
"sampleCount" : "356353",
|
14 |
+
"com.excelsis.crossprism.id" : "custom_na_landmarks"
|
15 |
+
}
|
16 |
+
}
|
LandmarksNAHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kNALandmarksHead_quant8.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68641a3eb2fd9a043a993ab0a9783a25d129bd0053dc02dcbe93cbeae52f4c16
|
3 |
+
size 13811997
|
LandmarksNAHead_quant8.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"44F7FC3E-1C09-4149-939B-DCA6C9BBE900": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External FeatureDescription Overlay",
|
7 |
+
"name": "FeatureDescriptions.json",
|
8 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
9 |
+
},
|
10 |
+
"472DBC7D-7E1B-4462-9099-EE96F7EFCD7B": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External Metadata Overlay",
|
13 |
+
"name": "Metadata.json",
|
14 |
+
"path": "com.apple.CoreML/Metadata.json"
|
15 |
+
},
|
16 |
+
"F6BBE416-D535-4D33-BEF6-AC5BE9B0D419": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "CoreML Model Specification",
|
19 |
+
"name": "efficientnetV2M21kNALandmarksHead_quant8.mlmodel",
|
20 |
+
"path": "com.apple.CoreML/efficientnetV2M21kNALandmarksHead_quant8.mlmodel"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"rootModelIdentifier": "F6BBE416-D535-4D33-BEF6-AC5BE9B0D419"
|
24 |
+
}
|