katielink's picture
add name tag
97ed73d
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
"version": "0.3.2",
"changelog": {
"0.3.2": "add name tag",
"0.3.1": "modify dataset key name",
"0.3.0": "update license files",
"0.2.0": "unify naming",
"0.1.0": "Initial version"
},
"monai_version": "1.0.1",
"pytorch_version": "1.13.0",
"numpy_version": "1.21.2",
"optional_packages_version": {
"nibabel": "3.2.1",
"pytorch-ignite": "0.4.8"
},
"name": "Ventricular short axis 3 label segmentation",
"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"
}
}
}
}
}