# Virtual_Makeup_Streamlit **Repository Path**: caixiaohui/Virtual_Makeup_Streamlit ## Basic Information - **Project Name**: Virtual_Makeup_Streamlit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-19 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # face-makeup.PyTorch Lip and hair color editor using face parsing maps.
  Hair Lip
Original Input Original Input Original Input
Color Color Color
Color Color Color
Color Color Color
### Using PyTorch 1.0 and python 3.x ## Demo Change hair and lip color: ```Shell python makeup.py --img-path imgs/116.jpg ``` ### Try to use other colors: Change the color list in **makeup.py**(line 83) ``` colors = [[230, 50, 20], [20, 70, 180], [20, 70, 180]] ``` ### Train face parsing model (optional) Follow this repo [zllrunning/face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch)