Metadata-Version: 2.4
Name: imaug
Version: 0.4.2
Summary: Image augmentation library for deep neural networks
Home-page: https://github.com/imaug/imaug
Author: imaug
Author-email: ej_foss@mailbox.org
License: MIT
Keywords: augmentation,image,deep learning,neural network,CNN,machine learning,computer vision,overfitting
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >3.6,<3.14
License-File: LICENSE
Requires-Dist: six
Requires-Dist: numpy>=1.21
Requires-Dist: scipy
Requires-Dist: Pillow
Requires-Dist: matplotlib
Requires-Dist: scikit-image>=0.18
Requires-Dist: opencv-python-headless
Requires-Dist: opencv-python
Requires-Dist: imageio
Requires-Dist: Shapely
Requires-Dist: imagecorruptions-imaug>=1.1.3
Provides-Extra: dev
Requires-Dist: pytest-subtests; extra == "dev"
Requires-Dist: xdoctest>=0.7.2; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A library for image augmentation in machine learning experiments, particularly convolutional
neural networks. Supports the augmentation of images, keypoints/landmarks, bounding boxes, heatmaps and segmentation
maps in a variety of different ways.
