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

How to reduce the number of facets? #97

Closed gy321 closed 6 years ago

gy321 commented 6 years ago

An OBJ file was generated after running your code, it is amazing!! But when I used 3dMAX software to open this OBJ file, I found that there were too many facets(more than 220,000) in the model generated. Although the number of facets can be reduced using 3dMAX , is there any parameter in your code that controls the number of facets in the OBJ model generated? Or how can I modify the code to reach this goal? Thank U!

AaronJackson commented 6 years ago

If you are using the matlab version you can use reducepatch. There is probably something similar in Python, but I don't know.