Skip to content

This is a data augmentation tool for creating augmented data from a bunch of images under directory with GUI.

Notifications You must be signed in to change notification settings

GulerEnes/Data-Augmentation-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataAugmentation

This is a data augmentation tool for creating augmented data from a bunch of images under directory with GUI.

Usage

  1. First select the directory.

  2. Then program will detect the extansions under that directory. Select the target extansion. Doesn't matter jpeg, png, tif etc..

  3. Select augmentation types you want

  4. Select what kind of a directory structure you want

  5. Your new augmented images will be under the selected directory.

  6. To reuse the tool you must delete old created files with their directory.

Dependencies

  • OpenCV
  • Skimage
  • Numy
  • Easygui

Augmentation Types

  • Random Crop
  • Random Erasing
  • Contrast
  • Flip Horizontal
  • Flip Vertical
  • Flip Origin
  • Noise (Gaussian)
  • Rotate 90 Clockwise
  • Rotate 90 Counter Clockwise
  • Random Rotation
  • Translation
  • Brightness
  • Saturation
  • Hue
  • GrayScale
  • Padding

About

This is a data augmentation tool for creating augmented data from a bunch of images under directory with GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages