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.52k stars 746 forks source link

Python face-alignment support #78

Closed bonlime closed 6 years ago

bonlime commented 6 years ago

Hi! Face-Alignment library is available to python + pytorch now. https://github.com/1adrianb/face-alignment Do you plan to add support for it?

AaronJackson commented 6 years ago

No, the performance of Adrian's pytorch version of the face alignment code results in slightly different results. To ensure that fair comparison is made with our own work, I will not be making any significant changes to the code.

bonlime commented 6 years ago

Thx for fast response. Can you say in what way the results are different? Are they slightly worser/better?

AaronJackson commented 6 years ago

I have no idea - I didn't work on the face alignment paper/code.