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

Are you going to release the train code? #151

Closed Li-rr closed 2 years ago

Li-rr commented 3 years ago

Very cool paper. Do you have any plans to release it?

AaronJackson commented 2 years ago

Just going through some old / open issues. I thought about it but it has become too much of a hassle to pull all the parts together sorry. The training code itself is very simple, essentially just a 2D segmentation network with a Binary Cross Entropy loss. Voxelising the dataset and making sure it is all aligned is the hard (and computationally expensive) part.