-
Notifications
You must be signed in to change notification settings - Fork 114
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
3D NME #19
Comments
Puzzled to 3d NME, too. I cannot find an explicit statement... |
The paper of 3D-FAN gives a formula of NME. |
Thx! |
How to test 3D reconstruction?Can you share the NME code for testing aflw-2000? |
Hello,thanks for your open source code!
I'm getting start to follow the work of PRN, but I cannot really reimplement their work yet.
I've read your paper on arxiv and noticed that you compared 2DASL with PRN in experiment part.
So I hope you can help me with some problems about the NME metrics.
Do reimplement PRN and get the results or you just evaluate their model?
How do you calculate 3D NME and do you have any idea about how do PRN calculate 3D NME?
(I evaluated the model provided in their github on AFLW2000-3D.
The 2D NME is alright.
But I come up with some problem when calculating 3D NME.
I use exactly the same normalization factor (bounding box size) and calculate the mean L2 distance between ground truth and predicted results.
But the 68 kpt 3D NME I got is around 6.0%, which is much higher than PRN paper's 4.4% and similar to 6.12% in your paper.
I've tried to refer to the evaluation code of 3DDFA but it seems that they didn't evaluate 3D coordinates.)
The text was updated successfully, but these errors were encountered: