flow2ml / Flow2ML

An Open Source Library to make Machine Learning process much Simpler
MIT License
25 stars 26 forks source link

add log transform #148

Closed rubyruins closed 3 years ago

rubyruins commented 3 years ago

Description:

Added a method in Data_Augumentation.py file enhancing brightness using log transform.

It is used in the following way:

flow = Flow( 'dataset_dir' , 'data_dir' )
operations = {'brightnessenhanced':True}

flow.applyAugmentation( operations )

Fixes #88

Type of change:

Checklist:

Screenshots / Video:

Original, enhanced