Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.74k stars 662 forks source link

MAISI VAE transforms #1755

Closed Can-Zhao closed 1 month ago

Can-Zhao commented 1 month ago

Fixes # .

Description

MAISI VAE transforms

Checks

Can-Zhao commented 1 month ago

Thanks for the pr. It seems that this PR contains a variety of transform list dependent on mri or ct, and if it's only specific in vae training, I feel that we don't need not define classes or functions for these transforms separately. But if others don't have comments, we can do that in the first version.

Yes, multi-modal training is used only for VAE for now. It might be used for diffusion model in the future.