-
Notifications
You must be signed in to change notification settings - Fork 42
Idea for Keras Preprocessing API #13
Comments
I agree with this, I've always loved how imgaug pipelines are built. A problem I have with the |
Unfortunatly, the last Keras community meeting was cancelled due to TF Summit, I'll raise this issue during the next one. |
With the new API, this could be done using a K.switch right? |
For who Is interested also in autoaugmentation there is a thread in keras-team/autokeras#828 (comment) |
@Dref360 Do you know when will be the next Keras community meeting? By the way, I'm not sure Keras is the best place to hold a flexible data augmentation pipeline. It would make more sense to hold it in |
Hey Phillip! I know it has been a long time, but check out what we have done in KerasCV! KerasCV API Docs |
As far as I know (in the new RFC Keras Preprocessing API) the different augmentation layers (flip, roation, ...) are always used after each other. But what about the following idea:
If you could configure a certain percentage for each layer that gives the chance to activate this layer. This way not all layers are activated the same time. The advantage is that you could configure more agressive augmentation values per layer but do not "overaugment" the images.
My assumption is that this would bring a wider range of different images and improves augmentation with better cnn performance (accuracy or whatever).
What do you think?
The text was updated successfully, but these errors were encountered: