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

downloaded .obj has no colors #104

Closed leadermaxone closed 5 years ago

leadermaxone commented 5 years ago

Hi, I tried downloading the .OBJ from the main website (http://cvl-demos.cs.nott.ac.uk/vrn/view.php?name=../59b4192763dd4) and importing it in both Unreal Engine and major online viewer such as Autodesk's one ( https://viewer.autodesk.com) and 3DViewer (https://3dviewer.net) but every time the mesh has no colors.

Is this a known Issue or should I follow specific import methods?

capture capture2

AaronJackson commented 5 years ago

The colour is stored per-vertex. Try it in Meshlab, there is an option to show per-vertex colouring. From there, perhaps you can export to another format which will work in your preferred application.