RTMDet_PRODUCTION / model /deploy.json
phuochungus's picture
fix broken git history
4986f6d
raw
history blame
No virus
353 Bytes
{
"version": "1.2.0",
"task": "Detector",
"models": [
{
"name": "rtmdet",
"net": "end2end.onnx",
"weights": "",
"backend": "onnxruntime",
"precision": "FP32",
"batch_size": 1,
"dynamic_shape": true
}
],
"customs": []
}