You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DemoInteractiveColorization.ipynb. I want to use a dark shade for colorization but the last parameter in the put_point function is a list with 2 values as AB from LAB. Due to which it doesn't retain actual shade. Is there any way to control the L values of output images?
I am using DemoInteractiveColorization.ipynb. I want to use a dark shade for colorization but the last parameter in the put_point function is a list with 2 values as AB from LAB. Due to which it doesn't retain actual shade. Is there any way to control the L values of output images?
(input_ab,mask) = put_point( input_ab,mask,[135,160],3, [23,-69] )
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: