Skip to content

kulvirs/data_augmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Data Augmentation Script

Image data augmentation script for machine learning project. This script performs a number of random rotations and shears on the given input images to introduce more variety into our dataset.

Running the script

This script was designed for python3.6. To run it type: python3 data_aug.py [path to image folder]
If no path is given, the script will augment images in the current working directory.

About

Image data augmentation script for machine learning project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages