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

ImageDataGenerator should be able to write per label #354

Open
@Napolitain

Description

@Napolitain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    imageRelated to images

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions