{ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", "model": "yolo26", "family": "yolo", "capabilities": [ "object-detection" ], "backend": "xnnpack", "license": "agpl-3.0", "variants": [ { "file": "yolo26x_384_xnnpack_fp32.pte", "precision": "fp32", "quantized": false, "default": false, "methods": { "forward": { "inputs": [ { "shape": [ 1, 3, 384, 384 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 300, 4 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" } ] } } }, { "file": "yolo26x_512_xnnpack_fp32.pte", "precision": "fp32", "quantized": false, "default": false, "methods": { "forward": { "inputs": [ { "shape": [ 1, 3, 512, 512 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 300, 4 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" } ] } } }, { "file": "yolo26x_640_xnnpack_fp32.pte", "precision": "fp32", "quantized": false, "default": true, "methods": { "forward": { "inputs": [ { "shape": [ 1, 3, 640, 640 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 300, 4 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" }, { "shape": [ 300 ], "dtype": "float32" } ] } } } ], "size": "x" }