Skip to main content

A package for augmenting images and videos for computer vision tasks

Project description

CVAugmentor

Introduction

This is a simple tool to augment images and videos for computer vision tasks.

Available augmentations are: no_augmentation, flip, zoom, rotate, shear, grayscale, hue, saturation, brightness, exposure, blur, noise, cutout, negative.

Installation

You can install the package using pip:

pip install CVAugmentor

Usage

For a detailed usage guide, please refer to the documentation.

Single Image Augmentation

# Importing the libraries
from CVAugmentor import Augmentations as aug
from CVAugmentor import Pipeline


# Define the augmentations
augmentations = {
    "zoom": aug.zoom(),
    "flip": aug.flip(),
}

# Create a Pipeline object
p = Pipeline()

# Augment the image
p.augment(input_path="path/to/input_image", output_path="path/to/output_image", target="image", process_type="single", mode="singular", augmentations=augmentations, verbose=True, warn_verbose=True)

Single Video Augmentation

# Importing the libraries
from CVAugmentor import Augmentations as aug
from CVAugmentor import Pipeline


# Define the augmentations
augmentations = {
    "zoom": aug.zoom(),
    "flip": aug.flip(),
}

# Create a Pipeline object
p = Pipeline()

# Augment the video
p.augment(input_path="path/to/input_video", output_path="path/to/output_video", target="video", process_type="single", mode="singular", augmentations=augmentations, verbose=True, warn_verbose=True)

Augmenting Multiple Images

# Importing the libraries
from CVAugmentor import Augmentations as aug
from CVAugmentor import Pipeline


# Define the augmentations
augmentations = {
    "zoom": aug.zoom(),
    "flip": aug.flip(),
}

# Create a Pipeline object
p = Pipeline()

# Augment the images
p.augment(input_path="path/to/input_images", output_path="path/to/output_images", target="image", process_type="batch", mode="singular", augmentations=augmentations, verbose=True, warn_verbose=True)

Augmenting Multiple Videos

# Importing the libraries
from CVAugmentor import Augmentations as aug
from CVAugmentor import Pipeline


# Define the augmentations
augmentations = {
    "zoom": aug.zoom(),
    "flip": aug.flip(),
}

# Create a Pipeline object
p = Pipeline()

# Augment the videos
p.augment(input_path="path/to/input_videos", output_path="path/to/output_videos", target="video", process_type="batch", mode="singular", augmentations=augmentations, verbose=True, warn_verbose=True)

License

This work is licensed under an MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CVAugmentor-1.0.9.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CVAugmentor-1.0.9-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file CVAugmentor-1.0.9.tar.gz.

File metadata

  • Download URL: CVAugmentor-1.0.9.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for CVAugmentor-1.0.9.tar.gz
Algorithm Hash digest
SHA256 62651cf13a2e1970a2767f74a1cfc8e62b4aeb85d5bf2ad85d044c2e43c083b1
MD5 441b2a4265cb2b17f6c54bf5cac0ec14
BLAKE2b-256 b9b06eb6219678c47cbb89ffc2b44e9de102558029ec97d1984c734f576caead

See more details on using hashes here.

File details

Details for the file CVAugmentor-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: CVAugmentor-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 14.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for CVAugmentor-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 093fdb513c5f704fd05792833d4730fd61a38b1ebcf2fd6f48a23847438a3d3e
MD5 b1605ab48d6543fd42a72d1ce0b57cfd
BLAKE2b-256 5adb9e13aa72ad54e9ddd5c3bbeeb203f6321512bffd15e9c0567b42c07f71ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page