project-monai commited on
Commit
2bfceed
·
verified ·
1 Parent(s): c884639

Upload prostate_mri_anatomy version 0.3.6

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_20220324.json",
3
- "version": "0.3.5",
4
  "changelog": {
 
5
  "0.3.5": "update to huggingface hosting",
6
  "0.3.4": "support monai 1.4",
7
  "0.3.3": "add invertd transformation",
@@ -21,9 +22,9 @@
21
  "pytorch-ignite": "0.4.11",
22
  "pandas": "2.2.1"
23
  },
24
- "name": "Prostate MRI anatomy",
25
- "task": "Segmentation of peripheral zone and central gland in prostate MRI",
26
- "description": "A pre-trained model for volumetric (3D) segmentation of the prostate from MRI images",
27
  "authors": "Keno Bressem",
28
  "copyright": "Copyright (c) Keno Bressem",
29
  "data_source": "Prostate158 from 10.5281/zenodo.6481141",
 
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": "enhance metadata with improved descriptions",
6
  "0.3.5": "update to huggingface hosting",
7
  "0.3.4": "support monai 1.4",
8
  "0.3.3": "add invertd transformation",
 
22
  "pytorch-ignite": "0.4.11",
23
  "pandas": "2.2.1"
24
  },
25
+ "name": "Prostate MRI Anatomy",
26
+ "task": "Segmentation of Peripheral Zone and Central Gland in Prostate MRI",
27
+ "description": "A 3D segmentation model that differentiates between central gland and peripheral zone within the prostate in MRI images. The model processes 96x96x96 pixel patches and provides segmentation masks.",
28
  "authors": "Keno Bressem",
29
  "copyright": "Copyright (c) Keno Bressem",
30
  "data_source": "Prostate158 from 10.5281/zenodo.6481141",