interactive-deep-colorization icon indicating copy to clipboard operation
interactive-deep-colorization copied to clipboard

Wrong color value in put_point function

Open Mps24-7uk opened this issue 4 years ago • 0 comments

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.

Mps24-7uk avatar Jan 29 '21 14:01 Mps24-7uk