-
Notifications
You must be signed in to change notification settings - Fork 7
/
LymphNodeSegmenter.json
66 lines (66 loc) · 1.94 KB
/
LymphNodeSegmenter.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
58
59
60
61
62
63
64
65
66
{
"name": "Lymph Node Segmentation",
"number_of_inputs": 1,
"task": "Segmentation.",
"organ": "Mediastinal Lymph Nodes",
"modality": "CT",
"train_test_data_details": "Models were trained using TCIA CT Lymph Nodes dataset.",
"briefdescription": ".",
"detaileddescription": "",
"website": "",
"citation": "",
"version": "0.1",
"docker": {
"dockerhub_repository": "deepinfer/lnq",
"digest": "sha256:ed7e56549b5bcd630295874673bde2cdc271f772335c0b145b4cac42bafa62d4",
"size": "3.7 GB"
},
"model_name": "lnq_segmentation_med",
"data_path": "/data",
"members": [
{
"name": "InferenceType",
"type": "enum",
"enum": [
"Ensemble 10",
"Ensemble 50",
"Single"
],
"detaileddescriptionSet": "Ensemble models are more accurate. Single models are less accurate.\n",
"iotype": "parameter"
},
{
"name": "InputVolume",
"type": "volume",
"iotype": "input",
"voltype": "ScalarVolume",
"detaileddescriptionSet": "Mediastinal CT scan.\n",
"default": "std::vector<unsigned int>(3, 64)",
"itk_type": "typename FilterType::SizeType"
},
{
"name": "InputFiducialList",
"type": "point_vec",
"iotype": "input",
"detaileddescriptionSet": "Input fiducial list for centers of 64 mm^3 cubes.\n"
},
{
"name": "OutputProbmap",
"type": "volume",
"iotype": "output",
"voltype": "ScalarVolume",
"detaileddescriptionSet": "Output probability map for the segmentation results.\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"
}
]
}