pre_post_synthesis
1.0.0
在2024年的Spie Medical Imaging。

這項研究中使用的杜克大學數據集可在癌症成像檔案庫(TCIA)上獲得。
您可能會在合成/示例中找到合成NIFTI文件的一些示例。
模型權重存儲在Zenodo上,並通過Medigan庫提供。
要創建自己的對比後數據,只需運行:
pip install medigan # import medigan and initialize Generators
from medigan import Generators
generators = Generators ()
# generate 10 samples with model 23 (00023_PIX2PIXHD_BREAST_DCEMRI).
# Also, auto-install required model dependencies.
generators . generate ( model_id = '00023_PIX2PIXHD_BREAST_DCEMRI' , num_samples = 10 , install_dependencies = True )如果您發現這對您的研究很有用,請考慮考慮我們的工作:
@article { osuala2023pre ,
title = { {Pre-to Post-Contrast Breast MRI Synthesis for Enhanced Tumour Segmentation} } ,
author = { Osuala, Richard and Joshi, Smriti and Tsirikoglou, Apostolia and Garrucho, Lidia and Pinaya, Walter HL and Diaz, Oliver and Lekadir, Karim } ,
journal = { arXiv preprint arXiv:2311.10879 } ,
year = { 2023 }
}該存儲庫從Pix2PixHD和NNUNET存儲庫中藉用代碼。 Caballo等人提供了本研究中使用的254個腫瘤分割口罩。