AaronJackson / vrn

:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
http://aaronsplace.co.uk/papers/jackson2017recon/
MIT License
4.51k stars 746 forks source link

NME #149

Closed Toposku closed 4 years ago

Toposku commented 4 years ago

Hi Jackson, how did you calculate the NME in matlab?

AaronJackson commented 4 years ago

The normalised mean error is calculated by taking the Euclidean distance between all vertices of the predicted and groundtruth mesh, and then dividing that by the distance between the outer points of the eyes (ibug 52 and 61) in 3D, for each given face.