File size: 3,408 Bytes
509db6f
 
1d2c887
509db6f
1d2c887
2462f96
896e0ec
9a9e1b2
6f4b8b3
6cd5d50
509db6f
 
2462f96
509db6f
 
 
 
9a9e1b2
 
509db6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
    "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_ldm_20230507.json",
    "version": "1.0.6",
    "changelog": {
        "1.0.6": "update with new lr scheduler api in inference",
        "1.0.5": "fix the wrong GPU index issue of multi-node",
        "1.0.4": "update with new lr scheduler api",
        "1.0.3": "update required packages",
        "1.0.2": "remove unused saver in inference",
        "1.0.1": "fix inference folder error",
        "1.0.0": "Initial release"
    },
    "monai_version": "1.2.0",
    "pytorch_version": "1.13.1",
    "numpy_version": "1.22.2",
    "optional_packages_version": {
        "nibabel": "5.1.0",
        "lpips": "0.1.4",
        "monai-generative": "0.2.2"
    },
    "name": "BraTS MRI axial slices latent diffusion generation",
    "task": "BraTS MRI axial slices synthesis",
    "description": "A generative model for creating 2D brain MRI axial slices from Gaussian noise based on BraTS dataset",
    "authors": "MONAI team",
    "copyright": "Copyright (c) MONAI Consortium",
    "data_source": "http://medicaldecathlon.com/",
    "data_type": "nibabel",
    "image_classes": "Flair brain MRI axial slices with 1x1 mm voxel size",
    "eval_metrics": {},
    "intended_use": "This is a research tool/prototype and not to be used clinically",
    "references": [],
    "autoencoder_data_format": {
        "inputs": {
            "image": {
                "type": "image",
                "format": "image",
                "num_channels": 1,
                "spatial_shape": [
                    240,
                    240
                ],
                "dtype": "float32",
                "value_range": [
                    0,
                    1
                ],
                "is_patch_data": true
            }
        },
        "outputs": {
            "pred": {
                "type": "image",
                "format": "image",
                "num_channels": 1,
                "spatial_shape": [
                    240,
                    240
                ],
                "dtype": "float32",
                "value_range": [
                    0,
                    1
                ],
                "is_patch_data": true,
                "channel_def": {
                    "0": "image"
                }
            }
        }
    },
    "generator_data_format": {
        "inputs": {
            "latent": {
                "type": "noise",
                "format": "image",
                "num_channels": 1,
                "spatial_shape": [
                    64,
                    64
                ],
                "dtype": "float32",
                "value_range": [
                    0,
                    1
                ],
                "is_patch_data": true
            }
        },
        "outputs": {
            "pred": {
                "type": "feature",
                "format": "image",
                "num_channels": 1,
                "spatial_shape": [
                    64,
                    64
                ],
                "dtype": "float32",
                "value_range": [
                    0,
                    1
                ],
                "is_patch_data": true,
                "channel_def": {
                    "0": "image"
                }
            }
        }
    }
}