/hue.py Secret
Created
March 7, 2022 03:04
This file contains 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
# delta mustbe in between -1 to 1 | |
delta = -0.3 | |
tf.image.adjust_hue(image, delta=delta) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment