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

Quality of model #43

Closed slayer96 closed 6 years ago

slayer96 commented 6 years ago

Hi Aaron How can I increase quality generated models (I am using run.sh to generating the model)

Thanks

AaronJackson commented 6 years ago

The method is volumetric so there is a fixed precision to the reconstructions. The Python version (which you are using) does not use a very good isosurface function unfortunately, so the results will always look much poorer with that than if you used the MATLAB version. Please give that a try and see what you think.