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 744 forks source link

Mesh vertices count differ #10

Closed samsgates closed 6 years ago

samsgates commented 6 years ago

Output mesh vertices count is differ from each model. how can we get same vertices count for all output mesh. so that i can use this model for animation. (or) how to get landmark vertices point (eye, mouth, face border) from output mesh vertices

AaronJackson commented 6 years ago

Hi Sam. As discussed in the paper, the lack of fixed correspondence is one of the few limitations of this method. However, it should not be too difficult to implement a way of finding the fixed correspondences.