project-monai commited on
Commit
d8fbcc1
·
verified ·
1 Parent(s): 06297a0

Upload mednist_gan version 0.4.4

Browse files
Files changed (1) hide show
  1. configs/metadata.json +4 -3
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_generator_20220718.json",
3
- "version": "0.4.3",
4
  "changelog": {
 
5
  "0.4.3": "update to huggingface hosting and compatible with py3.10",
6
  "0.4.2": "add name tag",
7
  "0.4.1": "fix license Copyright error",
@@ -18,8 +19,8 @@
18
  "pillow": "10.4.0"
19
  },
20
  "name": "MedNIST GAN",
21
- "task": "Generate random hand images from the MedNIST dataset",
22
- "description": "This example of a GAN generator produces hand xray images like those in the MedNIST dataset",
23
  "authors": "MONAI Team",
24
  "copyright": "Copyright (c) MONAI Consortium",
25
  "intended_use": "This is an example of a GAN with generator discriminator networks using MONAI, suitable for demonstration purposes only.",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_20220718.json",
3
+ "version": "0.4.4",
4
  "changelog": {
5
+ "0.4.4": "enhance metadata with improved descriptions",
6
  "0.4.3": "update to huggingface hosting and compatible with py3.10",
7
  "0.4.2": "add name tag",
8
  "0.4.1": "fix license Copyright error",
 
19
  "pillow": "10.4.0"
20
  },
21
  "name": "MedNIST GAN",
22
+ "task": "Synthetic Medical Hand X-ray Image Generation",
23
+ "description": "A generative adversarial network (GAN) that synthesizes hand X-ray images based on the MedNIST dataset. The model generates 64x64 pixel hand radiographs with varying appearances and orientations. The generated images maintain anatomical plausibility and can be used for data augmentation and educational purposes.",
24
  "authors": "MONAI Team",
25
  "copyright": "Copyright (c) MONAI Consortium",
26
  "intended_use": "This is an example of a GAN with generator discriminator networks using MONAI, suitable for demonstration purposes only.",