project-monai commited on
Commit
1b4b04a
·
verified ·
1 Parent(s): 989117c

Upload pancreas_ct_dints_segmentation version 0.5.2

Browse files
Files changed (1) hide show
  1. configs/metadata.json +5 -4
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_20240725.json",
3
- "version": "0.5.1",
4
  "changelog": {
 
5
  "0.5.1": "update to huggingface hosting",
6
  "0.5.0": "use monai 1.4 and update large files",
7
  "0.4.9": "update to use monai 1.3.1",
@@ -41,9 +42,9 @@
41
  "tensorboard": "2.17.0"
42
  },
43
  "supported_apps": {},
44
- "name": "Pancreas CT DiNTS segmentation",
45
- "task": "Neural architecture search on pancreas CT segmentation",
46
- "description": "Searched architectures for volumetric (3D) segmentation of the pancreas from CT image",
47
  "authors": "MONAI team",
48
  "copyright": "Copyright (c) MONAI Consortium",
49
  "data_source": "Task07_Pancreas.tar from http://medicaldecathlon.com/",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
+ "version": "0.5.2",
4
  "changelog": {
5
+ "0.5.2": "enhance metadata with improved descriptions",
6
  "0.5.1": "update to huggingface hosting",
7
  "0.5.0": "use monai 1.4 and update large files",
8
  "0.4.9": "update to use monai 1.3.1",
 
42
  "tensorboard": "2.17.0"
43
  },
44
  "supported_apps": {},
45
+ "name": "Pancreas and Tumor DiNTS Segmentation",
46
+ "task": "Pancreas and Pancreatic Tumor Segmentation in CT Images",
47
+ "description": "A 3D segmentation model optimized through Neural Architecture Search (DiNTS) that processes 96x96x96 pixel patches from CT scans to segment pancreas and pancreatic tumors. The model architecture was automatically discovered to balance accuracy and computational efficiency, achieving a mean Dice score of 0.62 across both structures.",
48
  "authors": "MONAI team",
49
  "copyright": "Copyright (c) MONAI Consortium",
50
  "data_source": "Task07_Pancreas.tar from http://medicaldecathlon.com/",