RT-DETRv2-S-ExecuTorch / config.json
mlboydaisuke's picture
Add config.json so the Hub can count downloads
925a246 verified
Raw
History Blame Contribute Delete
451 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "PekingU/rtdetr_v2_r18vd",
"inputs": [
[
1,
3,
640,
640
]
],
"variants": [
{
"file": "rtdetrv2_s_r18vd_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 80.9
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}