monai
medical
katielink commited on
Commit
43d3518
1 Parent(s): b27bca9

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.5",
4
  "changelog": {
 
5
  "0.3.5": "restructure readme to match updated template",
6
  "0.3.4": "correct typos",
7
  "0.3.3": "update learning rate and readme",
@@ -21,6 +22,7 @@
21
  "nibabel": "4.0.1",
22
  "pytorch-ignite": "0.4.9"
23
  },
 
24
  "task": "Neural architecture search on pancreas CT segmentation",
25
  "description": "Searched architectures for volumetric (3D) segmentation of the pancreas from CT image",
26
  "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.6",
4
  "changelog": {
5
+ "0.3.6": "black autofix format and add name tag",
6
  "0.3.5": "restructure readme to match updated template",
7
  "0.3.4": "correct typos",
8
  "0.3.3": "update learning rate and readme",
 
22
  "nibabel": "4.0.1",
23
  "pytorch-ignite": "0.4.9"
24
  },
25
+ "name": "Pancreas CT DiNTS segmentation",
26
  "task": "Neural architecture search on pancreas CT segmentation",
27
  "description": "Searched architectures for volumetric (3D) segmentation of the pancreas from CT image",
28
  "authors": "MONAI team",
scripts/prepare_datalist.py CHANGED
@@ -43,7 +43,6 @@ def main(args):
43
 
44
 
45
  if __name__ == "__main__":
46
-
47
  parser = argparse.ArgumentParser(description="")
48
  parser.add_argument(
49
  "--path",
 
43
 
44
 
45
  if __name__ == "__main__":
 
46
  parser = argparse.ArgumentParser(description="")
47
  parser.add_argument(
48
  "--path",