RichardObi / medigan

medigan - A Python Library of Pretrained Generative Models for Medical Image Synthesis
https://medigan.readthedocs.io/en/latest/
MIT License
122 stars 13 forks source link

Feature/unlimited saving #30

Closed faildeny closed 2 years ago

faildeny commented 2 years ago

Allows large-scale generation of images by enabling batch generation and saving on the medigan's side. Currently, only image data can be saved (no masks, labels etc.).

Progress bar is also added to track the generation process and estimated completion time.

faildeny commented 2 years ago

Approach from #36 was selected as a final solution.