A lightweight image augmentation package
Project description
Image Augmentation Library
Created by Dylan Tran
This library is intended to augment image datasets for model training purposes.
Example usage:
imageArr = readImageDirIntoArr(r"C:\Augmentation\test_images\msk_3_7")
startIdx = 0
for augArr in rectangleCrop(imageArr, 5):
saveOutputs(r"C:\Augmentation\sample_output", augArr, startIdx)
startIdx += len(augArr)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file image_model_augmentation_library-0.1.0.tar.gz.
File metadata
- Download URL: image_model_augmentation_library-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c838ce179c4fd9ec67ed1241f2d7bd97b5aeca2181136ed23e235d3b80d6dc8b
|
|
| MD5 |
304fe84e50050a09c5d7c1f3701ab989
|
|
| BLAKE2b-256 |
0242cc6f6405f8e6d3c2aae7cdffb2f27b8cb5a36b9043597ee1cdb37df723d5
|
File details
Details for the file image_model_augmentation_library-0.1.0-py3-none-any.whl.
File metadata
- Download URL: image_model_augmentation_library-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca2ac81d117a31adf16c6303fa401fb00bc43c9f3f74b637ecc44344b742dc3b
|
|
| MD5 |
38dede3dbfb80565800695c2f3d81a05
|
|
| BLAKE2b-256 |
f8e9b8f059bb25c4baffe1754ffae57e4ecad5543e2580a0c876ef4aa2d3b2d0
|