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

Different results from online demo #94

Closed leeeeeeo closed 6 years ago

leeeeeeo commented 6 years ago

@AaronJackson Hello, thanks for your work on this project! I ran the run.sh, and got result like this : image As you can see, there are many black lines and shadows. But result from online demo is more smooth like this : image

Why is that? Thank your very much ! I'm looking forward to your reply!

AaronJackson commented 6 years ago

Probably a problem with your OpenGL setup which only seems to cause a problem in the Python version and not the online one.

leeeeeeo commented 6 years ago

@AaronJackson I'm using python 2.7 .
You think python 2.7 may cause the problem? And how to set OPENGL setup ? Thank you !

marvelikov commented 6 years ago

did you solve it @leeeeeeo ? i have the exact same issue. Tried on both Windows 10 and Linux Mint 19 (Ubuntu 18.04) with gpu gtx1070, opengl 4.6

leeeeeeo commented 6 years ago

@marvelikov I tried project the 3D model on 2D image, and found nothing strange. I don't know what caused it, but it doesn't affect use of the 3D model.

marvelikov commented 6 years ago

Thanks!