mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.07k stars 866 forks source link

[RFC] Augmengation for Multi-Modal Dataset #106

Open BlanchonMarc opened 6 years ago

BlanchonMarc commented 6 years ago

Hello,

Actually working on a multimodal pixel wise segmentation, my dataset is composed of multi inputs with only one ground truth (times N_images). From that situations, the ideal case would be to compose a number of augmentations on 5 to 10 images simultaneously. I dont know if this is possible , I saw the reflection leading to the ground truth path addition in #39 but in my case I would like to have N inputs and not only 2.

Thanks for your answer !

mdbloice commented 6 years ago

Hi @BlanchonMarc, yeah I am actually working on adding that functionality right now and I hope it will be ready soon. Once it is done, I'll drop a message here.