katielink commited on
Commit
9a9e1b2
1 Parent(s): 6f4b8b3

update required packages

Browse files
Files changed (3) hide show
  1. README.md +0 -3
  2. configs/metadata.json +4 -2
  3. docs/README.md +0 -3
README.md CHANGED
@@ -26,9 +26,6 @@ An example result from inference is shown below:
26
 
27
  **This is a demonstration network meant to just show the training process for this sort of network with MONAI. To achieve better performance, users need to use larger dataset like [BraTS 2021](https://www.synapse.org/#!Synapse:syn25829067/wiki/610865).**
28
 
29
- ## MONAI Generative Model Dependencies
30
- This bundle requires to install [MONAI generative models](https://github.com/Project-MONAI/GenerativeModels).
31
-
32
  ## Data
33
  The training data is BraTS 2016 and 2017 from the Medical Segmentation Decathalon. Users can find more details on the dataset (`Task01_BrainTumour`) at http://medicaldecathlon.com/.
34
 
 
26
 
27
  **This is a demonstration network meant to just show the training process for this sort of network with MONAI. To achieve better performance, users need to use larger dataset like [BraTS 2021](https://www.synapse.org/#!Synapse:syn25829067/wiki/610865).**
28
 
 
 
 
29
  ## Data
30
  The training data is BraTS 2016 and 2017 from the Medical Segmentation Decathalon. Users can find more details on the dataset (`Task01_BrainTumour`) at http://medicaldecathlon.com/.
31
 
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_ldm_20230507.json",
3
- "version": "1.0.2",
4
  "changelog": {
 
5
  "1.0.2": "remove unused saver in inference",
6
  "1.0.1": "fix inference folder error",
7
  "1.0.0": "Initial release"
@@ -11,7 +12,8 @@
11
  "numpy_version": "1.22.2",
12
  "optional_packages_version": {
13
  "nibabel": "5.1.0",
14
- "lpips": "0.1.4"
 
15
  },
16
  "name": "BraTS MRI axial slices latent diffusion generation",
17
  "task": "BraTS MRI axial slices synthesis",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_ldm_20230507.json",
3
+ "version": "1.0.3",
4
  "changelog": {
5
+ "1.0.3": "update required packages",
6
  "1.0.2": "remove unused saver in inference",
7
  "1.0.1": "fix inference folder error",
8
  "1.0.0": "Initial release"
 
12
  "numpy_version": "1.22.2",
13
  "optional_packages_version": {
14
  "nibabel": "5.1.0",
15
+ "lpips": "0.1.4",
16
+ "monai-generative": "0.2.2"
17
  },
18
  "name": "BraTS MRI axial slices latent diffusion generation",
19
  "task": "BraTS MRI axial slices synthesis",
docs/README.md CHANGED
@@ -19,9 +19,6 @@ An example result from inference is shown below:
19
 
20
  **This is a demonstration network meant to just show the training process for this sort of network with MONAI. To achieve better performance, users need to use larger dataset like [BraTS 2021](https://www.synapse.org/#!Synapse:syn25829067/wiki/610865).**
21
 
22
- ## MONAI Generative Model Dependencies
23
- This bundle requires to install [MONAI generative models](https://github.com/Project-MONAI/GenerativeModels).
24
-
25
  ## Data
26
  The training data is BraTS 2016 and 2017 from the Medical Segmentation Decathalon. Users can find more details on the dataset (`Task01_BrainTumour`) at http://medicaldecathlon.com/.
27
 
 
19
 
20
  **This is a demonstration network meant to just show the training process for this sort of network with MONAI. To achieve better performance, users need to use larger dataset like [BraTS 2021](https://www.synapse.org/#!Synapse:syn25829067/wiki/610865).**
21
 
 
 
 
22
  ## Data
23
  The training data is BraTS 2016 and 2017 from the Medical Segmentation Decathalon. Users can find more details on the dataset (`Task01_BrainTumour`) at http://medicaldecathlon.com/.
24