folk from https://github.com/zllrunning/face-parsing.PyTorch
This repo is used to generate semantic segmentation for face image. The facial parts are listed bellow:
- skin
- left brow
- right brow
- left eye
- right eye
- nose
- mouth
- upper lip
- lower lip
The generating script is segment.py. It will output the segmentaion images to
the specific folder(test_res by default).
The output root folder contains an unmerge folder and merged images, whose file
names are begin with Mask_.
Under the umerge folder, there are folders named with the input file names.
Inside them are unmerged parts.