monai
medical
katielink commited on
Commit
bd4bc85
·
1 Parent(s): 41526c1

black autofix format and add name tag

Browse files
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
- "version": "0.3.8",
4
  "changelog": {
 
5
  "0.3.8": "modify dataset key name",
6
  "0.3.7": "restructure readme to match updated template",
7
  "0.3.6": "added train/val graphs",
@@ -25,6 +26,7 @@
25
  "scikit-learn": "1.1.3",
26
  "tensorboard": "2.10.1"
27
  },
 
28
  "task": "Multimodal Brain Tumor segmentation",
29
  "description": "A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data",
30
  "authors": "MONAI team",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.3.9",
4
  "changelog": {
5
+ "0.3.9": "black autofix format and add name tag",
6
  "0.3.8": "modify dataset key name",
7
  "0.3.7": "restructure readme to match updated template",
8
  "0.3.6": "added train/val graphs",
 
26
  "scikit-learn": "1.1.3",
27
  "tensorboard": "2.10.1"
28
  },
29
+ "name": "BraTS MRI segmentation",
30
  "task": "Multimodal Brain Tumor segmentation",
31
  "description": "A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data",
32
  "authors": "MONAI team",
scripts/prepare_datalist.py CHANGED
@@ -57,7 +57,6 @@ def main(args):
57
 
58
 
59
  if __name__ == "__main__":
60
-
61
  parser = argparse.ArgumentParser(description="")
62
  parser.add_argument(
63
  "--path",
 
57
 
58
 
59
  if __name__ == "__main__":
 
60
  parser = argparse.ArgumentParser(description="")
61
  parser.add_argument(
62
  "--path",