face-makeup.PyTorch
face-makeup.PyTorch copied to clipboard
Hi I am facing issue with color parameters even after changing the line of color still getting one blue color
HI I have changed the line in makeup.py but color is not chaning when runnin the program the default color mode is blue and when I change the parameters it is not making any change colors = [[255, 0, 0], [20, 70, 180], [20, 70, 180]] please any help on the issue or guidance on how to change it
@joshab01 Did you manage to solve the issue ?