Skip to content

salauddintapu/Image_Augmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image_Augmentation


Provide the path of the directory and the files as Pathlike object (os.listdir). The **FLIP** class will perform horizontal and vertical flip, and finally invert the image.

Example: import os from aug_flipping import FLIP flip = FLIP()

path = './images/' files = sorted(os.listdir(path))

flip.read(path=path, files=files, save_path='output')

Releases

No releases published

Packages

No packages published

Languages