project-monai commited on
Commit
e3e994c
·
verified ·
1 Parent(s): ea09684

Upload swin_unetr_btcv_segmentation version 0.5.8

Browse files
Files changed (1) hide show
  1. configs/metadata.json +6 -5
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.7",
4
  "changelog": {
 
5
  "0.5.7": "update to huggingface hosting",
6
  "0.5.6": "update tensorrt benchmark results",
7
  "0.5.5": "enable tensorrt",
@@ -45,12 +46,12 @@
45
  "tensorboard": "2.17.0"
46
  },
47
  "supported_apps": {},
48
- "name": "Swin UNETR BTCV segmentation",
49
- "task": "BTCV multi-organ segmentation",
50
- "description": "A pre-trained model for volumetric (3D) multi-organ segmentation from CT image",
51
  "authors": "MONAI team",
52
  "copyright": "Copyright (c) MONAI Consortium",
53
- "data_source": "RawData.zip from https://www.synapse.org/#!Synapse:syn3193805/wiki/217752/",
54
  "data_type": "nibabel",
55
  "image_classes": "single channel data, intensity scaled to [0, 1]",
56
  "label_classes": "multi-channel data,0:background,1:spleen, 2:Right Kidney, 3:Left Kideny, 4:Gallbladder, 5:Esophagus, 6:Liver, 7:Stomach, 8:Aorta, 9:IVC, 10:Portal and Splenic Veins, 11:Pancreas, 12:Right adrenal gland, 13:Left adrenal gland",
 
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.8",
4
  "changelog": {
5
+ "0.5.8": "enhance metadata with improved descriptions",
6
  "0.5.7": "update to huggingface hosting",
7
  "0.5.6": "update tensorrt benchmark results",
8
  "0.5.5": "enable tensorrt",
 
46
  "tensorboard": "2.17.0"
47
  },
48
  "supported_apps": {},
49
+ "name": "Swin UNETR BTCV Multi-organ Segmentation",
50
+ "task": "Multi-organ Segmentation in Abdominal CT Scans",
51
+ "description": "A 3D segmentation model based on the Swin UNETR architecture that processes 96x96x96 pixel patches from CT scans to segment 13 abdominal organs and structures. The model utilizes self-supervised pre-training and hierarchical transformer blocks.",
52
  "authors": "MONAI team",
53
  "copyright": "Copyright (c) MONAI Consortium",
54
+ "data_source": "Beyond the Cranial Vault (BTCV) Challenge Dataset: RawData.zip from https://www.synapse.org/#!Synapse:syn3193805/wiki/217752/",
55
  "data_type": "nibabel",
56
  "image_classes": "single channel data, intensity scaled to [0, 1]",
57
  "label_classes": "multi-channel data,0:background,1:spleen, 2:Right Kidney, 3:Left Kideny, 4:Gallbladder, 5:Esophagus, 6:Liver, 7:Stomach, 8:Aorta, 9:IVC, 10:Portal and Splenic Veins, 11:Pancreas, 12:Right adrenal gland, 13:Left adrenal gland",