mdbloice / Augmentor

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

Is there a way or option which I can use not to perform shuffling when I use `aug_pipeline.sample(int(num_of_sample))`? #172

Closed youngminpark2559 closed 5 years ago

youngminpark2559 commented 5 years ago

HI. It looks like aug_pipeline.sample(int(num_of_sample)) outputs images and their masks (or labels) in shuffled order by default.

But I hope to have them from the output of aug_pipeline.sample(int(num_of_sample)) in the status of order which are set before going to Augmentor pipeline.

mdbloice commented 5 years ago

Hi @youngminpark2559 no currently not, however this has been requested before so I will look into implementing this in an upcoming version.

youngminpark2559 commented 5 years ago

@mdbloice Thanks for considering that functionality. Hope to see it in Augmentor.

mdbloice commented 5 years ago

@youngminpark2559 sure thing! I will try to get it in to the next version.