mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* [Feature]Add Decathlon dataset * fix test data * add file * remove order * revise default value for prefix * modify example * revise based on comments * add comments for ut
31 lines
574 B
JSON
Executable File
31 lines
574 B
JSON
Executable File
{
|
|
"name": "BRATS",
|
|
"description": "Gliomas segmentation tumour and oedema in on brain images",
|
|
"tensorImageSize": "4D",
|
|
"modality": {
|
|
"0": "FLAIR",
|
|
"1": "T1w",
|
|
"2": "t1gd",
|
|
"3": "T2w"
|
|
},
|
|
"labels": {
|
|
"0": "background",
|
|
"1": "edema",
|
|
"2": "non-enhancing tumor",
|
|
"3": "enhancing tumour"
|
|
},
|
|
"numTraining": 484,
|
|
"numTest": 266,
|
|
"training": [
|
|
{
|
|
"image": "./imagesTr/BRATS_457.nii.gz",
|
|
"label": "./labelsTr/BRATS_457.nii.gz"
|
|
}
|
|
],
|
|
"test": [
|
|
"./imagesTs/BRATS_568.nii.gz",
|
|
"./imagesTs/BRATS_515.nii.gz",
|
|
"./imagesTs/BRATS_576.nii.gz"
|
|
]
|
|
}
|