xpp726
Results
1
comments of
xpp726
modify "mask_image = mask.reshape(h, w, 1) * color.reshape(1, 1, -1)" to "mask_image = mask.reshape(h, w, -1) * color.reshape(1, 1, -1)" is ok