Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image_augmentation


resize (620x620)

flip left and right (random.random() < 0.5), flip up and down (random.random() < 0.5)

Brightness (0.8 to 1.2) (this range is chosen because beyond this range, the labeling becomes hard to read for many samples)

Saturation (0.8-1.2) (don't go too high or you won't see much color difference)

Color (+-30 (based on opencv BRG))

Shear 50 degree

Augmenting an image taken using the Raspberry Pi Camera Module 3 wires.

Before Image

After Image


file_divide


Separate the files you created into as many folders as you want to assign labels to team members.

This is done by pulling out the filenames as numbers, filling the previous folder in ascending order, and creating the next folder to fill it.

folder create example

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages