File size: 421 Bytes
cbf1d02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {
"schema": "medotter/model-sidecar/v1",
"model": {
"graph": "onnx",
"args": {
"input_channel": 3,
"num_classes": 1
}
},
"inference": {
"normalize": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
58.395,
57.12,
57.375
]
},
"scale": 255.0,
"size": [
256,
256
],
"threshold": 0.5
}
}
|