face-parsing.PyTorch icon indicating copy to clipboard operation
face-parsing.PyTorch copied to clipboard

Where is the class label documentation?

Open weiweiwang opened this issue 1 year ago • 1 comments

@zllrunning Sorry to disturb, could you please provide the 19 class labels documentation in your readme?

Thanks very much!

weiweiwang avatar Apr 30 '24 07:04 weiweiwang

@weiweiwang @zllrunning
Look at https://github.com/zllrunning/face-parsing.PyTorch/blob/d2e684cf1588b46145635e8fe7bcc29544e5537e/test.py#L16 and compare with this list

   ["background",'skin', 'l_brow', 
                    'r_brow', 'l_eye', 'r_eye',
                     'eye_g', 'l_ear', 'r_ear', 
                     'ear_r','nose','mouth', 
                     'u_lip', 'l_lip', 'neck', 
                     'neck_l', 'cloth', 'hair', 'hat'] 

Should be correct, no?

renhaa avatar Jun 22 '24 08:06 renhaa