Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

ImageDataGenerator should be able to write per label #354

Open
Napolitain opened this issue Mar 16, 2022 · 0 comments
Open

ImageDataGenerator should be able to write per label #354

Napolitain opened this issue Mar 16, 2022 · 0 comments
Labels
image Related to images

Comments

@Napolitain
Copy link

Napolitain commented Mar 16, 2022

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 :

datasets/
-- class A/
-- class B/
-- class C/

but can't write like this with save_to_dir option :

augmented_datasets/
-- class A/
-- class B/
-- class C/

It should be trivial to do with that last option in my opinion.

@Napolitain Napolitain added the image Related to images label Mar 16, 2022
@Napolitain 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
image Related to images
Projects
None yet
Development

No branches or pull requests

1 participant