-
Notifications
You must be signed in to change notification settings - Fork 777
Closed
Description
Is your feature request related to a problem? Please describe.
We have the following to port:
- 2d_autoencoderkl --> Porting of 2d_autoencoderkl and 3d_autoencoderkl tutorials from MONAI generative #1823
- 2d_controlnet --> Porting of 2D ControlNet tutorial using DDPM and ControlNet to guide image synthesis #1815
- 2d_ddpm --> DDPM Tutorials #1814
- 2d_diffusion_autoencoder --> Porting of 2D_diffusion_autoencoder tutorial to MONAI main from MONAI Generative #1871 (@virginiafdez if not duplicating other autoencoder notebooks)
- 2d_ldm --> Port LDM Tutorials #1775
- 2d_spade_gan --> Addition of SPADE LDM and SPADE Network tutorials to the generation #1794
- 2d_spade_ldm --> Addition of SPADE LDM and SPADE Network tutorials to the generation #1794
- 2d_super_resolution --> @virginiafdez
- 2d_vqgan --> Adding VQVAE/VQGAN Tutorials #1817
- 2d_vqvae --> Adding VQVAE/VQGAN Tutorials #1817
- 2d_vqvae_transformer --> Adding VQVAE/VQGAN Tutorials #1817
- 3d_autoencoderkl --> Porting of 2d_autoencoderkl and 3d_autoencoderkl tutorials from MONAI generative #1823
- 3d_ddpm --> 3d ddpm #1874
- 3d_ldm --> Port LDM Tutorials #1775
- 3d_vqvae --> Adding VQVAE/VQGAN Tutorials #1817
- anomaly_detection --> Ported all anomaly_detection tutorials #1818
- classifier_free_guidance
- distributed_training #1783
- image_to_image_translation #1780
- realism_diversity_metrics #1770
Let's divide amongst assignees and go from there. For each tutorial in the generative repo we should:
- Copy over the .ipynb file and not the .py file made with papermill, only those .py files that were written as such (I think
distributed_training/ddpm_training_ddp.pyis the only one). - Change references from components in
GenerativeModelsto those inMONAI. - Verify the tutorial still works.
- Fix any bugs.
KumoLiu
Metadata
Metadata
Labels
No labels