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

CNN structure #61

Closed nicenice97 closed 6 years ago

nicenice97 commented 6 years ago

Hello, I'd like to know the specific structure of CNN you use. Is its name the Volumetric Regression Network (VRN) in your paper? I want to know if this structure is your original, or you also use the existing CNN structure such as AlexNet and VGG?

AaronJackson commented 6 years ago

As mentioned in the paper, the architecture is based on the hourglass network.