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

Why is not a three-dimensional image generated? #50

Closed zhoujianwen closed 6 years ago

zhoujianwen commented 6 years ago

After the configuration of the environment is completed, after the input of a two-dimensional image, the generation is not a three-dimensional image. Why?

AaronJackson commented 6 years ago

The output is a .raw file. uint8, 192x192x200, ordered row, column, depth. It is a 3D image.