switchablenorms / CelebAMask-HQ

A large-scale face dataset for face parsing, recognition, generation and editing.
2.05k stars 343 forks source link

Is there exits a pixel belongs to two category? #9

Closed jacquelinelala closed 4 years ago

jacquelinelala commented 5 years ago

Each pixel must belong to only one class of 19 category?

steven413d commented 5 years ago

Most categories are disjoint, but there are some categories may overlap (e.g. skin & hair). As a result, you can define an appropriate order for mask merging (e.g. 'skin', 'nose', 'eye_g', 'l_eye', 'r_eye', 'l_brow', 'r_brow', 'l_ear', 'r_ear', 'mouth', 'u_lip', 'l_lip', 'hair', 'hat', 'ear_r', 'neck_l', 'neck', 'cloth').