-
Notifications
You must be signed in to change notification settings - Fork 145
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
the landmark files of 5500 faces with "pts" format in folder "facial landmark" #1
Comments
These are binary files, I was able to read the files in MATLAB using following lines:
But there are a total of 692 numbers, instead of 86x2 = 172. What is the format of the landmark points? |
The code provided by the auther: import os def get_files(dname, suffix): def pts2txt(din, dout, src):
def main():
if name == 'main': |
Great! Thanks for sharing. |
Following 5 files failed to unpack with error msg: :
There seem no data inside these files. Is it landmark detection failure or are they corrupted? TIA |
I got the same problem with you. |
The error of files have been solved |
Hi,
Thank you very much for sharing your database. This database is very useful for research on facial aesthetics. One thing that puzzles me is that I got messy code when I try to read the landmark files with "pts" format in folder "facial landmark". I don't know where the problem is. Could you provide the code to read the facial landmarks?
I am very looking forward to your help.
Best wishes!
Chen
The text was updated successfully, but these errors were encountered: