https://github.com/simonrw/oversampling-image-data-generator
https://github.com/simonrw/oversampling-image-data-generator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonrw/oversampling-image-data-generator
- Owner: simonrw
- License: mit
- Created: 2018-06-02T19:36:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T18:48:55.000Z (about 8 years ago)
- Last Synced: 2025-03-31T04:15:12.520Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oversampling image data generator
This class subclasses
[`keras.preprocessing.image.ImageDataGenerator`][1] to provide a
generator that yields batches of training data with balanced classes.
[1]: https://keras.io/preprocessing/image/#imagedatagenerator-class