junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Wrong color value in put_point function #83

Open Mps24-7uk opened 3 years ago

Mps24-7uk commented 3 years ago

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.