This method is prepared for user guided colorization tasks. Take the original RGB images as imput, we will obtain the local hints and correspoding mask to guid colorization process.
This method is prepared for user guided colorization tasks. Take the original RGB images as imput, we will obtain the local hints and correspoding mask to guid colorization process.
Args:
Args:
percent(float): Probability for ignoring hint in an iteration.
percent(float): Probability for ignoring hint in an iteration.
num_points(int): Number of selected hints in an iteration.
num_points(int): Number of selected hints in an iteration.
samp(str): Sample method, default is normal.
samp(str): Sample method, default is normal.
use_avg(bool): Whether to use mean in selected hint area.
use_avg(bool): Whether to use mean in selected hint area.