Closed rubyruins closed 3 years ago
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
Original, enhanced
Description:
Added a method in Data_Augumentation.py file enhancing brightness using log transform.
It is used in the following way:
Fixes #88
Type of change:
Checklist:
Screenshots / Video:
Original, enhanced