Results 10 issues of Mark Graham

Code for reading Zeiss' obfuscated dicom format is available here: https://github.com/pydicom/pydicom/discussions/1618 I can implement but don't have any zeiss dicom data to test on - if anyone has any to...

help wanted

As discussed in the core meeting, [MONAI Generative](https://github.com/Project-MONAI/GenerativeModels) is going to be integrated into the core MONAI repository. The plan is to do this in stages: 1. Port the main...

Feature request

Documenting the roadmap here, feel free to pick up any issues or suggest more: ### Easy first issues - [x] Add type hints throughout. [This reader](https://github.com/marksgraham/OCT-Converter/blob/main/oct_converter/readers/boct.py) has an example. Types...

enhancement
good first issue

After merging MONAI Generative into core [issue](https://github.com/Project-MONAI/MONAI/issues/6676) some refactoring is needed to reduce repeat code, see discussion [here](https://github.com/Project-MONAI/MONAI/pull/7196#issuecomment-1808304928). Until this is done any blocks from Generative that are likely to...

enhancement
refactor

While we are mid-port of MONAI Generative into MONAI Core, the Generative repo is active and people are still making bugfixes/PRs. This issue is to keep track of any fixes...

enhancement

Part of #7227 . ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change (fix or new feature that...

Part of #7227 . ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change (fix or new feature that...

Part of #7227 . ### Description Tidies up some of controlnet A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change...

Now that concat-based conditioning is supported in the infereres we should update tutorials to use the new infererers. AFAIK it is these two tutorials: https://github.com/Project-MONAI/GenerativeModels/blob/main/tutorials/generative/2d_super_resolution/2d_stable_diffusion_v2_super_resolution.ipynb https://github.com/Project-MONAI/GenerativeModels/blob/main/tutorials/generative/image_to_image_translation/tutorial_segmentation_with_ddpm.ipynb