SCGAN icon indicating copy to clipboard operation
SCGAN copied to clipboard

where to find the code of face parsing ?

Open shiwen-cheng opened this issue 4 years ago • 2 comments

where to find the code of face parsing ?

shiwen-cheng avatar Jan 14 '22 14:01 shiwen-cheng

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. : )

LiUzHiAn avatar May 24 '22 03:05 LiUzHiAn

where is handle_parsing.py @LiUzHiAn Thanks

BigcowPeking avatar Sep 03 '23 02:09 BigcowPeking