Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confuse with labels and class name not matched #99

Open
showkeyjar opened this issue Oct 8, 2021 · 1 comment
Open

confuse with labels and class name not matched #99

showkeyjar opened this issue Oct 8, 2021 · 1 comment

Comments

@showkeyjar
Copy link

I use face-parsing.PyTorch to split human face, but get strange results,
here is my class name orders:
['hair', 'l_brow', 'r_brow', 'l_eye', 'r_eye', 'eye_g', 'l_ear', 'r_ear', 'ear_r', 'nose', 'mouth', 'skin',
'u_lip', 'l_lip', 'neck', 'neck_l', 'cloth', 'bg', 'hat']
and the results:
parsing_face
it sames that it can not recognize right class?

@showkeyjar showkeyjar changed the title confuse with labels not match class name confuse with labels and class name not matched Oct 8, 2021
@manadopeee
Copy link

See here

https://github.com/switchablenorms/CelebAMask-HQ/tree/master/face_parsing

0: 'background' | 1: 'skin' | 2: 'nose' 3: 'eye_g' | 4: 'l_eye' | 5: 'r_eye' 6: 'l_brow' | 7: 'r_brow' | 8: 'l_ear' 9: 'r_ear' | 10: 'mouth' | 11: 'u_lip' 12: 'l_lip' | 13: 'hair' | 14: 'hat' 15: 'ear_r' | 16: 'neck_l' | 17: 'neck' 18: 'cloth' |  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants