makeuptransfer / SCGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where to find the code of face parsing ?

shiwen-cheng opened this issue · comments

where to find the code of face parsing ?

The segmentation maps are provided in MT-dataset, and the original segmentation categories are:

{0:"background", 1:"skin", 2:"left_brow", 3:"right_brow", 4:"left_eye", 5:"right_eye", 6:"nose", 7:"up_lip", 8:"teeth", 9:"down_lip", 10:"hair", 11:"left_ear", 12:"right_ear", 13:"neck"}

Note that the original categories are somewhat converted in this repo, please see the handle_parsing.py for details.

Hope this helps. : )

where is handle_parsing.py @LiUzHiAn Thanks