project-monai commited on
Commit
fbdd754
·
verified ·
1 Parent(s): f7ea149

Upload cxr_image_synthesis_latent_diffusion_model version 1.0.2

Browse files
Files changed (1) hide show
  1. configs/metadata.json +8 -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.0.1",
4
  "changelog": {
 
5
  "1.0.1": "update to huggingface hosting",
6
  "1.0.0": "Initial release"
7
  },
@@ -9,10 +10,13 @@
9
  "pytorch_version": "2.5.1",
10
  "numpy_version": "1.26.4",
11
  "required_packages_version": {
12
- "transformers": "4.46.3"
 
 
13
  },
14
- "task": "Chest X-ray image synthesis",
15
- "description": "A generative model for creating high-resolution chest X-ray based on MIMIC dataset",
 
16
  "copyright": "Copyright (c) MONAI Consortium",
17
  "authors": "Walter Hugo Lopez Pinaya, Mark Graham, Eric Kerfoot, Virginia Fernandez",
18
  "data_source": "https://physionet.org/content/mimic-cxr-jpg/2.0.0/",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
+ "version": "1.0.2",
4
  "changelog": {
5
+ "1.0.2": "enhanced metadata with improved descriptions and task specification",
6
  "1.0.1": "update to huggingface hosting",
7
  "1.0.0": "Initial release"
8
  },
 
10
  "pytorch_version": "2.5.1",
11
  "numpy_version": "1.26.4",
12
  "required_packages_version": {
13
+ "transformers": "4.46.3",
14
+ "einops": "0.8.1",
15
+ "pillow": "10.4.0"
16
  },
17
+ "name": "Chest X-ray Latent Diffusion Synthesis",
18
+ "task": "Conditional Synthesis of Chest X-ray Images with Pathology Control",
19
+ "description": "A latent diffusion model that generates 512x512 pixel chest X-ray images from a 64x64x77 dimensional latent space. The model processes text-based condition inputs through a 1024-dimensional context vector, enabling controlled generation of X-rays with specific pathological features.",
20
  "copyright": "Copyright (c) MONAI Consortium",
21
  "authors": "Walter Hugo Lopez Pinaya, Mark Graham, Eric Kerfoot, Virginia Fernandez",
22
  "data_source": "https://physionet.org/content/mimic-cxr-jpg/2.0.0/",