You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Napolitain
changed the title
Will there be a correct solution to this ? (link in description)
ImageDataGenerator should be able to write per label
Mar 16, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, if we want to save augmented images to directory, we must do what is described below.
https://stackoverflow.com/questions/63769334/imagedatagenerator-keras-save-to-dir
ImageDataGenerator is able to read this :
but can't write like this with
save_to_dir
option :It should be trivial to do with that last option in my opinion.
The text was updated successfully, but these errors were encountered: