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

obj from demo cant be edited properly in zbrush #125

Closed MushfiqaAyesha closed 5 years ago

MushfiqaAyesha commented 5 years ago

I imported the obj in Zbrush and it has scales on it, unlike other obj files which are smooth and easily editable. When I tried to edit the demo obj, the scales won't go away and editing was difficult.

Why is it different from normal objs? Is there any option to fix it? I tried Meshlab but what settings precisely will be able to fix it?

AaronJackson commented 5 years ago

How did you generate the model? Online demo, python code or matlab code?

Our reconstruction produces a 3D Volume, which inherently results in the reconstruction being made out of small cubes. To combat this, we regress a value which is not always 1 or 0. Some surface extractoin functions, such as the one in MATLAB, use this value to smooth the blockiness which would normally be present.