File size: 325 Bytes
a4b02fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_type": "custom_unet",
"task": "image-segmentation",
"encoder_name": "efficientnet-b3",
"input_size": [512, 512],
"num_classes": 1,
"preprocessing": {
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
},
"input_names": ["input"],
"output_names": ["output"],
"opset_version": 15
} |