project-monai commited on
Commit
8ccbcd9
·
verified ·
1 Parent(s): c4ffdaa

Upload renalStructures_CECT_segmentation version 0.2.3

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.2.2",
4
  "changelog": {
 
5
  "0.2.2": "update to huggingface hosting",
6
  "0.2.1": "fix pytype error",
7
  "0.2.0": "set image_only to False",
@@ -19,9 +20,9 @@
19
  "tensorboard": "2.17.0",
20
  "scipy": "1.13.1"
21
  },
22
- "name": "Segmentation of renal structures based on contrast computed tomography scans",
23
- "task": "Renal structures segmentation",
24
- "description": "A UNET-based model for renal segmentation from contrast enhanced CT image",
25
  "authors": "Sechenov university",
26
  "copyright": "Copyright (c) Sechenov university",
27
  "data_source": "AVUCTK_cases.zip",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.2.3",
4
  "changelog": {
5
+ "0.2.3": "enhance metadata with improved descriptions",
6
  "0.2.2": "update to huggingface hosting",
7
  "0.2.1": "fix pytype error",
8
  "0.2.0": "set image_only to False",
 
20
  "tensorboard": "2.17.0",
21
  "scipy": "1.13.1"
22
  },
23
+ "name": "Renal Structures CECT Segmentation",
24
+ "task": "Multi-class Segmentation of Renal Structures in Contrast-Enhanced CT",
25
+ "description": "A 3D UNet-based segmentation model for comprehensive renal structure analysis in contrast-enhanced CT scans. The model processes 96x96x96 voxel patches and identifies six anatomical structures: arteries, veins, ureters, parenchyma, cysts, and tumors.",
26
  "authors": "Sechenov university",
27
  "copyright": "Copyright (c) Sechenov university",
28
  "data_source": "AVUCTK_cases.zip",