Skip to content

A light weight CLI for augmenting image datasets for deep learning and ML projects

Notifications You must be signed in to change notification settings

shvbsle/image-augmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-augmentation

My simple light weight CLI for augmenting image datasets for my deep learning and ML experiments

Usage

  • To see the tool help enter "python3 imaug.py -h" on the terminal

  • Open the config.json and put select the transformation you are interested in for augmentation

  • For mass image augmentation, put images in "input" folder and expect the output in "out" folder

  • The tool alternatively also accepts a single image path as in input for transformation. Transformation prefixes are decided internally.