msluszniak's picture
PP-OCRv6: XNNPACK detect is now static int8
ad13e14 verified
Raw
History Blame Contribute Delete
1.41 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "pp_ocrv6",
"family": "paddleocr",
"capabilities": [
"text-detection",
"text-recognition"
],
"backend": "xnnpack",
"license": "apache-2.0",
"variants": [
{
"file": "pp_ocrv6_xnnpack_int8.pte",
"precision": "int8",
"quantized": true,
"default": true,
"size_bytes": 23890904,
"methods": {
"detect": {
"inputs": [
{
"shape": [
1,
3,
-1,
-1
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
-1,
-1
],
"dtype": "float32"
}
]
},
"recognize": {
"inputs": [
{
"shape": [
1,
3,
48,
-1
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
-1,
18710
],
"dtype": "float32"
}
]
}
}
}
]
}