project-monai commited on
Commit
8c4da75
·
verified ·
1 Parent(s): da22786

Upload spleen_ct_segmentation version 0.6.1

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.6.0",
4
  "changelog": {
 
5
  "0.6.0": "update to huggingface hosting",
6
  "0.5.9": "use monai 1.4 and update large files",
7
  "0.5.8": "update to use monai 1.3.2",
@@ -47,9 +48,9 @@
47
  "tensorboard": "2.17.0"
48
  },
49
  "supported_apps": {},
50
- "name": "Spleen CT segmentation",
51
- "task": "Decathlon spleen segmentation",
52
- "description": "A pre-trained model for volumetric (3D) segmentation of the spleen from CT image",
53
  "authors": "MONAI team",
54
  "copyright": "Copyright (c) MONAI Consortium",
55
  "data_source": "Task09_Spleen.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.6.1",
4
  "changelog": {
5
+ "0.6.1": "enhance metadata with improved descriptions",
6
  "0.6.0": "update to huggingface hosting",
7
  "0.5.9": "use monai 1.4 and update large files",
8
  "0.5.8": "update to use monai 1.3.2",
 
48
  "tensorboard": "2.17.0"
49
  },
50
  "supported_apps": {},
51
+ "name": "Spleen CT Segmentation",
52
+ "task": "Automated Spleen Segmentation in CT Images",
53
+ "description": "A 3D segmentation model for spleen delineation in CT images. The model processes 96x96x96 pixel patches and provides segmentation masks for spleen tissue. Trained on the Medical Segmentation Decathlon dataset.",
54
  "authors": "MONAI team",
55
  "copyright": "Copyright (c) MONAI Consortium",
56
  "data_source": "Task09_Spleen.tar from http://medicaldecathlon.com/",