| { |
| "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", |
| "model": "blazeface", |
| "family": "blazeface", |
| "capabilities": [ |
| "object-detection" |
| ], |
| "backend": "xnnpack", |
| "license": "Apache-2.0", |
| "variants": [ |
| { |
| "file": "blazeface_xnnpack_fp32.pte", |
| "precision": "fp32", |
| "quantized": false, |
| "default": true, |
| "methods": { |
| "forward": { |
| "inputs": [ |
| { |
| "shape": [1, 3, 256, 256], |
| "dtype": "float32" |
| } |
| ], |
| "outputs": [ |
| { |
| "name": "boxes", |
| "shape": [896, 4], |
| "dtype": "float32" |
| }, |
| { |
| "name": "scores", |
| "shape": [896], |
| "dtype": "float32" |
| }, |
| { |
| "name": "keypoints", |
| "shape": [896, 6, 3], |
| "dtype": "float32" |
| } |
| ] |
| } |
| } |
| } |
| ] |
| } |
|
|