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

Train torch model #11

Closed samsgates closed 6 years ago

samsgates commented 6 years ago

can you please provide any one sample image / 3d mesh which is used for torch trained model, did you used same vertices count (3d mesh vertices) in trained model?

AaronJackson commented 6 years ago

The original models do have a fixed number of vertices, but the network was not trained on these. Instead if was trained on a voxelised version of the model. There is no way to preserve the correspondence when voxelisation is performed.

samsgates commented 6 years ago

thanks for your response. now i understand about technology limitation, do you have any idea about preserver the correspondence in output (or) convert voxel model to correspondence model (to maintain same vertices count) i just try to move forward output model to animation stage. if you have any thoughts please share