--- license: other task_categories: - image-to-image - image-segmentation tags: - medical-imaging - brats - synthrad - amos - chaos - mri - ct - in-context size_categories: - 1K [0,1] # mask stacks (…__mask__…) are already {0,1}: gt = tiles[0].astype(np.float32) ``` Point the loader at the unzipped root: `MedicalProvider(name, split, 256, extract_root="…/MVG_extract")`. ## Provenance Rendered by `mm_extract.py` via the vendored `mm_preprocess` recipe (LPS reorient; per-volume body bbox +15% → pad-square → resize 256; MR non-zero (1,99)-pct → CT HU window (−1000,1000); MR & CT share the CT bbox). Frozen subject splits from [`latent-diffusion_Multimodal/ldm/data/medical_splits`](https://github.com/ChicagoPark/MVG_Multimodal) (seed 0). uint8 8-bit quantization is byte-consistent with the medical-imaging PNG pipeline. Code + fair-evaluation protocol: **https://github.com/ChicagoPark/MVG_Multimodal**