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

How to generate the skin of the human face? #67

Closed Shenghsin closed 6 years ago

Shenghsin commented 6 years ago

Hi there: The 3D model shown in the online demo has skin on it. However, the obj file is just grey. How to generate the skin for it?? Thanks!

RainflyRain commented 6 years ago

@Shenghsin the color data is last 3 num in the line start with "v" of obj file

AaronJackson commented 6 years ago

@RainflyRain is correct (thanks!). If you are viewing it in meshlab, you can enable the per-vertex option and the colours will show up. You will also want to enable fancy lighting and double side lighting.

Shenghsin commented 6 years ago

Thanks!!!! It's great!!!!