Closed FlorianCoissac closed 1 year ago
Just adding a new GrayScale transform for data augmentation
GrayScale : returns a 3 channel gray image
gray_frame = GrayScale()(frame)
This pull request includes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Just adding a new GrayScale transform for data augmentation
GrayScale : returns a 3 channel gray image
This pull request includes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update