project-monai commited on
Commit
fe69cad
·
verified ·
1 Parent(s): e217a55

Upload brats_mri_generative_diffusion version 1.1.4

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": "1.1.3",
4
  "changelog": {
 
5
  "1.1.3": "update to huggingface hosting and fix missing dependencies",
6
  "1.1.2": "update issue for IgniteInfo",
7
  "1.1.1": "enable tensorrt",
@@ -28,9 +29,9 @@
28
  "tensorboard": "2.17.0"
29
  },
30
  "supported_apps": {},
31
- "name": "BraTS MRI image latent diffusion generation",
32
- "task": "BraTS MRI image synthesis",
33
- "description": "A generative model for creating 3D brain MRI from Gaussian noise based on BraTS dataset",
34
  "authors": "MONAI team",
35
  "copyright": "Copyright (c) MONAI Consortium",
36
  "data_source": "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": "1.1.4",
4
  "changelog": {
5
+ "1.1.4": "enhanced metadata with improved descriptions and task specification",
6
  "1.1.3": "update to huggingface hosting and fix missing dependencies",
7
  "1.1.2": "update issue for IgniteInfo",
8
  "1.1.1": "enable tensorrt",
 
29
  "tensorboard": "2.17.0"
30
  },
31
  "supported_apps": {},
32
+ "name": "BraTS MRI Latent Diffusion Generation",
33
+ "task": "Conditional Synthesis of Brain MRI with Tumor Features",
34
+ "description": "Volumetric latent diffusion model that generates 3D brain MRI volumes (112x128x80 voxels) with tumor features from Gaussian noise, trained on the BraTS multimodal MRI dataset.",
35
  "authors": "MONAI team",
36
  "copyright": "Copyright (c) MONAI Consortium",
37
  "data_source": "http://medicaldecathlon.com/",