-
Notifications
You must be signed in to change notification settings - Fork 57
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
Face orientation #23
Comments
This line Line 183 in d34e4af
|
3DMM builds posed meshes and 3D landmarks and face orientation are directly from meshes. There is no need to solve a PnP problem. |
@choyingw, thank you! |
They're processed by FSA's script https://github.com/shamangary/FSA-Net/blob/master/data/type1/TYY_create_db_type1.py specifically, |
@choyingw |
@choyingw As you mentioned and based on script, I followed this code (https://github.com/shamangary/FSA-Net/blob/master/data/type1/TYY_create_db_type1.py) and remove data which have yaw angles outside the range [-99, 99]
But when I counted the number of data which have absolute yaw angle outside 99 degree, there are only 6 samples (in 2000) while 31 samples are noted in your paper (SynergyNet) Would you let me know what should I do more for face orientation evaluation ?
Thanks you again. YJHong. |
When I change the code as below, the number of filtered samples is exactly 31
|
Hi, I am YJHong and thanks for sharing great work!
I checked code measuring landmark alignment (NME, benchmark_alfw2000.py) though, couldn't find any related code for measuring face orientation (pitch/yaw/roll).
Would you let me know how measure face orientation given 3d landmarks ? (or any related code / repo)
The text was updated successfully, but these errors were encountered: