MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

use batchgenerators as ImageDataGenerator in keras #43

Closed moreabs closed 5 years ago

moreabs commented 5 years ago

dear Fabian Isensee: hi. i am new in python and keras. i use your batchgenerator and i gave data loader entire dataset and add some transformation but how can i use your batchgenerator as ImageDataGenerator in keras to train my model? do i have to write Custom Keras Generators with your generator or not? thank you in advance

FabianIsensee commented 5 years ago

Hi, I don't have any keras experience so I am afraid I cannot help you :-/ Best, Fabian