{ "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": [ 0.229, 0.224, 0.225 ] }, "scale": 255.0, "size": [ 256, 256 ], "threshold": 0.5 } }