-
Notifications
You must be signed in to change notification settings - Fork 9
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
helen_parsing #1
Comments
Thanks a lot ! So is the parsing of the helen dataset you are using generated from https://github.com/hzfGuardian/Exemplar-Based-Face-Parsing? I have previously downloaded the dataset from the link you gave, but I found that there are 11 parsing images for each image, representing different components. However, what you read in your github code is a parsing diagram in png format. |
You need to convert these parsing images into a parsing map by yourself. In the parsing map, each bit could be 0,...,11 for representing different categories. |
Thanks a lot. |
Dear Teacher: |
Dear Teacher:
After reading your code, I have a problem. I want to know what the parsing data is in the helen dataset you are using. Thank you for your help~
The text was updated successfully, but these errors were encountered: