-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCTBoneSegmenter.json
More file actions
50 lines (50 loc) · 1.44 KB
/
CTBoneSegmenter.json
File metadata and controls
50 lines (50 loc) · 1.44 KB
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
{
"name": "CT Bone Segmenter",
"number_of_inputs": 1,
"task": "Segmentation.",
"organ": "Chest",
"modality": "CT",
"train_test_data_details": "The model is trained on CT data reconstructed with a variety of reconstruction kernels with and without contrast agent added.",
"briefdescription": "A bone segmentation plugin for chest CT scans developed and trained by 4Quant using a modified UNET algorithm",
"detaileddescription": "For more details visit http://4quant.com/Bone-Segmenter",
"version": "1.0",
"docker":
{
"dockerhub_repository": "4quant/bone-segmenter-cpu:v1",
"digest": "sha256:ccf3ebcca020f10873c76fcdacc73be766180184540d9f164628be1a9e29cdb0",
"size": "3.6 GB"
}
,
"training":
{
"number of subjects": 140
}
,
"test":
{
"number of subjects": 30,
"Accuracy": 0.772,
"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"
}
]
}