-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleThreshold.json
40 lines (40 loc) · 1.09 KB
/
ExampleThreshold.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
{
"name": "Example Threshold",
"number_of_inputs": 1,
"task": "Segmentation.",
"organ": "Other",
"modality": "Other",
"train_test_data_details": ".",
"briefdescription": ".",
"detaileddescription": "",
"website": "",
"citation": "",
"version": "0.1",
"docker": {
"dockerhub_repository": "deepinfer/example",
"digest": "sha256:a526131832faad6a0bd73987435c6634ec23b646699d0823784df360ef293b7a",
"size": "3.53 GB"
},
"model_name": "threshold",
"data_path": "/data",
"members": [
{
"name": "InputVolume",
"type": "volume",
"iotype": "input",
"voltype": "ScalarVolume",
"detaileddescriptionSet": "Axial T2-W Prostate MRI.\n",
"default": "std::vector<unsigned int>(3, 64)",
"itk_type": "typename FilterType::SizeType"
},
{
"name": "OutputLabel",
"type": "volume",
"iotype": "output",
"voltype": "LabelMap",
"detaileddescriptionSet": "Output labelmap for the segmentation results.\n",
"default": "std::vector<unsigned int>(3, 64)",
"itk_type": "typename FilterType::SizeType"
}
]
}