This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 653
Another implementation of image mask generator #65
Comments
Can you explain at a high level what you're trying to accomplish with this and why? What are the advantages, drawbacks, etc... |
Idea is to give more flexibility to image data generator and cover the case of image/mask augmentation (even it can be done by zipping two Keras
Advantages:
Drawbacks:
See also this example |
I've got two proposals that I think are related to this in upstream keras, comments would be appreciated:
While the discussion there is about segmentation labels, it should also apply equally well for masks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to propose another type of image mask generator.
I'm aware of this and of 'Example of transforming images and masks together', so I tried to mix both functions (transform image and mask, provide a pipeline of transformations).
Glad to hear any feedback on this proposition and the code.
The text was updated successfully, but these errors were encountered: