mlboydaisuke's picture
Add config.json so the Hub can count downloads
3969f7d verified
Raw
History Blame Contribute Delete
637 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "XuJiacong/PIDNet + oenpu/PIDNet_S_enlight_friendly_onnx weights",
"inputs": [
[
1,
3,
1024,
1024
]
],
"variants": [
{
"file": "pidnet_s_cityscapes_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 15.8
},
{
"file": "pidnet_s_cityscapes_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 30.5
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}