aceOfDiamonds's picture
Add facemesh xnnpack fp32 and coreml fp16 exports
1597d93
Raw
History Blame Contribute Delete
1.25 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "facemesh",
"family": "facemesh",
"capabilities": [
"object-detection"
],
"backend": "coreml",
"license": "apache-2.0",
"variants": [
{
"file": "facemesh_coreml_fp16.pte",
"precision": "fp16",
"quantized": false,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
192,
192
],
"dtype": "float32"
}
],
"outputs": [
{
"name": "boxes",
"shape": [
1,
4
],
"dtype": "float32"
},
{
"name": "scores",
"shape": [
1
],
"dtype": "float32"
},
{
"name": "keypoints",
"shape": [
1,
468,
4
],
"dtype": "float32"
}
]
}
}
}
]
}