Lip and hair color editor using face parsing maps.
Hair | Lip | |
---|---|---|
Original Input | ||
Color | ||
Color | ||
Color |
Change hair and lip color:
python makeup.py --img-path imgs/116.jpg
Change the color list in makeup.py(line 83)
colors = [[230, 50, 20], [20, 70, 180], [20, 70, 180]]
Follow this repo zllrunning/face-parsing.PyTorch