File size: 1,948 Bytes
0035985
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
    "version": "0.1.0",
    "changelog": {
        "0.1.0": "Initial version"
    },
    "monai_version": "0.9.0",
    "pytorch_version": "1.10.2",
    "numpy_version": "1.21.2",
    "optional_packages_version": {
        "nibabel": "3.2.1",
        "pytorch-ignite": "0.4.8"
    },
    "task": "Segments the left and right ventricle in 2D short axis MR images",
    "description": "This network segments full cycle short axis images of the ventricles, labelling LV pool separate from myocardium and RV pool",
    "authors": "Eric Kerfoot",
    "copyright": "Copyright (c) Eric Kerfoot, KCL",
    "license": "See license.txt",
    "network_data_format": {
        "inputs": {
            "image": {
                "type": "image",
                "format": "magnitude",
                "modality": "MR",
                "num_channels": 1,
                "spatial_shape": [
                    256,
                    256
                ],
                "dtype": "float32",
                "value_range": [],
                "is_patch_data": false,
                "channel_def": {
                    "0": "image"
                }
            }
        },
        "outputs": {
            "pred": {
                "type": "image",
                "format": "segmentation",
                "num_channels": 4,
                "spatial_shape": [
                    256,
                    256
                ],
                "dtype": "float32",
                "value_range": [
                    0,
                    3
                ],
                "is_patch_data": false,
                "channel_def": {
                    "0": "background",
                    "1": "lv_pool",
                    "2": "myocardium",
                    "3": "rv_pool"
                }
            }
        }
    }
}