Image data split package for machine learning
Project description
Descripstats
The 'image-data-split' package provides a convenient tool for splitting image data into separate training, validation, and testing sets. With this package, you can easily manage the distribution of your image dataset for machine learning tasks. The package offers a simple function, 'image_split', that takes input and output directories, along with desired split ratios and an optional seed for randomization. The package is designed to streamline the process of data preparation, making it easier to organize and manage image datasets for model training and evaluation.
Developed by Shouke Wei, Ph.D. from Deepsim Academy, Deepsim Intelligence Technology Inc. (c) 2023
Install the package
pip install image-data-split
import the package
from image_split import train_val_test_split
then use the train_val_test_split()
directly. Or
import image_split as sp
then use sp.train_val_test_split()
Document
An example: https://github.com/shoukewei/image_split/blob/main/docs/example.ipynb
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
File details
Details for the file image-data-split-1.0.2.tar.gz
.
File metadata
- Download URL: image-data-split-1.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b707014217abf9bfd324d1b4696e98c518d2289982c821f74c08fc159c3837d |
|
MD5 | b306e17feb24378254caf1ded131a329 |
|
BLAKE2b-256 | 4af09d7fed08b2d17d1667580dcc5d0295231d8aac4a81a1f235b6279cdd9e8e |
File details
Details for the file image_data_split-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: image_data_split-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcccf282e926647f4d50c36d5668954c7a05d44e3739c0c29d3e48a097b907ce |
|
MD5 | 20bd0b51e3b5716e2c4240968d749684 |
|
BLAKE2b-256 | bf7f725a1eacb9dfb1a6c0553b46a23b8d1d947b11651ecb040f26469ff42bbd |