You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the links of the generative models tutorials (#1999)
Fixes#1998.
### Description
The links to the tutorials refactored from MONAI Generative were not
working cause they were pointing to "generative" instead of
"generation".
### Checks
- [X] Avoid including large-size files in the PR.
- [X] Clean up long text outputs from code cells in the notebook.
---------
Signed-off-by: Virginia <virginia.fernandez@kcl.ac.uk>
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Co-authored-by: Virginia <virginia.fernandez@kcl.ac.uk>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This tutorial shows how to utilize pre-trained weights from the self-supervised learning framework where unlabeled data is utilized. This tutorial shows how to train a model of multi-class 3D segmentation using pretrained weights.
This tutorial shows the use cases of training and validating a 2D Latent Diffusion Model.
324
324
325
-
##### [Brats 3D latent diffusion model](./3d_ldm/README.md)
325
+
##### [Brats 3D latent diffusion model](./generation/3d_ldm/README.md)
326
326
Example shows the use cases of training and validating a 3D Latent Diffusion Model on Brats 2016&2017 data, expanding on the above notebook.
327
327
328
-
##### [MAISI 3D latent diffusion model](./maisi/README.md)
328
+
##### [MAISI 3D latent diffusion model](./generation/maisi/README.md)
329
329
Example shows the use cases of training and validating Nvidia MAISI (Medical AI for Synthetic Imaging) model, a 3D Latent Diffusion Model that can generate large CT images with paired segmentation masks, variable volume size and voxel size, as well as controllable organ/tumor size.
330
330
331
-
##### [SPADE in VAE-GAN for Semantic Image Synthesis on 2D BraTS Data](./spade_gen)
331
+
##### [SPADE in VAE-GAN for Semantic Image Synthesis on 2D BraTS Data](./generation/spade_gan)
332
332
Example shows the use cases of applying SPADE, a VAE-GAN-based neural network for semantic image synthesis, to a subset of BraTS that was registered to MNI space and resampled to 2mm isotropic space, with segmentations obtained using Geodesic Information Flows (GIF).
333
333
334
-
##### [Applying Latent Diffusion Models to 2D BraTS Data for Semantic Image Synthesis](./spade_ldm)
334
+
##### [Applying Latent Diffusion Models to 2D BraTS Data for Semantic Image Synthesis](./generation/spade_ldm)
335
335
Example shows the use cases of applying SPADE normalization to a latent diffusion model, following the methodology by Wang et al., for semantic image synthesis on a subset of BraTS registered to MNI space and resampled to 2mm isotropic space, with segmentations obtained using Geodesic Information Flows (GIF).
336
336
337
-
##### [Diffusion Models for Implicit Image Segmentation Ensembles](./image_to_image_translation)
337
+
##### [Diffusion Models for Implicit Image Segmentation Ensembles](./generation/image_to_image_translation)
338
338
Example shows the use cases of how to use MONAI for 2D segmentation of images using DDPMs. The same structure can also be used for conditional image generation, or image-to-image translation.
339
339
340
-
##### [Evaluate Realism and Diversity of the generated images](./realism_diversity_metrics)
340
+
##### [Evaluate Realism and Diversity of the generated images](./generation/realism_diversity_metrics)
341
341
Example shows the use cases of using MONAI to evaluate the performance of a generative model by computing metrics such as Frechet Inception Distance (FID) and Maximum Mean Discrepancy (MMD) for assessing realism, as well as MS-SSIM and SSIM for evaluating image diversity.
0 commit comments