MUCM_Net / ISIC2018.pth.config.json
tyluan's picture
Add model sidecars: ACDC.pth.config.json, ACDC.pth.provenance.json, BUSI.pth.config.json, BUSI.pth.provenance.json, COVIDQUEx.pth.config.json, COVIDQUEx.pth.provenance.json, DRIVE.pth.config.json, DRIVE.pth.provenance.json, ISIC2018.pth.config.json, ISIC2018.pth.provenance.json, KvasirSEG.pth.config.json, KvasirSEG.pth.provenance.json, PROMISE12.pth.config.json, PROMISE12.pth.provenance.json, UWaterlooSkinCancer.pth.config.json, UWaterlooSkinCancer.pth.provenance.json (tools/hf_sidecars.py)
097c694 verified
Raw
History Blame Contribute Delete
422 Bytes
{
"schema": "medotter/model-sidecar/v1",
"model": {
"name": "MUCM_Net",
"args": {
"input_channel": 3,
"num_classes": 1
}
},
"inference": {
"size": [
256,
256
],
"scale": 255,
"normalize": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
58.395,
57.12,
57.375
]
},
"threshold": 0.5
}
}