project-monai commited on
Commit
13f6d33
·
verified ·
1 Parent(s): d774d8b

Upload wholeBody_ct_segmentation version 0.2.7

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.2.6",
4
  "changelog": {
 
5
  "0.2.6": "update to huggingface hosting",
6
  "0.2.5": "use monai 1.4 and update large files",
7
  "0.2.4": "update to use monai 1.3.1",
@@ -31,9 +32,9 @@
31
  "tensorboard": "2.17.0"
32
  },
33
  "supported_apps": {},
34
- "name": "Whole body CT segmentation",
35
- "task": "TotalSegmentator Segmentation",
36
- "description": "A pre-trained SegResNet model for volumetric (3D) segmentation of the 104 whole body segments",
37
  "authors": "MONAI team",
38
  "copyright": "Copyright (c) MONAI Consortium",
39
  "data_source": "TotalSegmentator",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
+ "version": "0.2.7",
4
  "changelog": {
5
+ "0.2.7": "enhance metadata with improved descriptions",
6
  "0.2.6": "update to huggingface hosting",
7
  "0.2.5": "use monai 1.4 and update large files",
8
  "0.2.4": "update to use monai 1.3.1",
 
32
  "tensorboard": "2.17.0"
33
  },
34
  "supported_apps": {},
35
+ "name": "Whole Body CT Segmentation",
36
+ "task": "Multi-organ Segmentation in Whole Body CT Scans",
37
+ "description": "A SegResNet-based volumetric segmentation model that segments 104 distinct anatomical structures from CT scans. The model processes 96x96x96 pixel patches and provides segmentation masks for major organs, bones, muscles, and vascular structures throughout the body, trained on TotalSegmentator data.",
38
  "authors": "MONAI team",
39
  "copyright": "Copyright (c) MONAI Consortium",
40
  "data_source": "TotalSegmentator",