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

Installing vrn in Fedora. #117

Closed fpradom closed 5 years ago

fpradom commented 5 years ago

Hi Aaron:

After installing PySide I can execute run.sh to his end, and see the textured 3d image in a window. My cuestion is: gives a posibility to export it to a textured object?

Thanks in advance.

AaronJackson commented 5 years ago

The raw2obj script outputs an obj file with colours stored per vertex. If you want an actual texture you'll have to write something yourself.