-
-
Save ashen007/1934327403f210638886447447cb5a75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# saturation factor used as a multiplier to change RGB saturation | |
sf = 0.3 | |
tf.image.adjust_saturation(image, saturation_factor=sf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment