-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProstateSegmenterLegacy.json
57 lines (56 loc) · 1.43 KB
/
ProstateSegmenterLegacy.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Prostate Gland Segmenter Legacy",
"number_of_inputs": 1,
"task": "Segmentation.",
"organ": "Prostate",
"modality": "MRI",
"train_test_data_details": "The model is trained on pelvic MRI scans of a 3T machine without use of an Endorectal Coil.",
"briefdescription": "Whole-gland prostate segmentation in pelvic MRI scans.",
"detaileddescription": "",
"version": "0.1",
"docker":
{
"dockerhub_repository": "deepinfer/prostate-segmenter-cpu",
"digest": "sha256:43f13084e4d75508a0bc08b4a8c55880b4a5defb90043cb82d6a39ac25adabbf",
"size": "4.6 GB"
}
,
"training":
{
"number of subjects": 224
}
,
"test":
{
"number of subjects": 50,
"Accuracy": 0.76,
"Metric": "Dice Similarity"
}
,
"pixel_types": "BasicPixelIDTypeList",
"vector_pixel_types_by_component": "VectorPixelIDTypeList",
"members": [
{
"name": "InputVolume",
"type": "volume",
"iotype": "input",
"voltype": "ScalarVolume",
"default": "std::vector<unsigned int>(3, 64)",
"itk_type": "typename FilterType::SizeType"
},
{
"name": "OutputLabel",
"type": "volume",
"iotype": "output",
"voltype": "LabelMap",
"default": "std::vector<unsigned int>(3, 64)",
"itk_type": "typename FilterType::SizeType"
},
{
"name": "Accuracy",
"type": "bool",
"default" : "true",
"iotype": "input"
}
]
}