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

API for website demo #146

Closed mrizwan18 closed 4 years ago

mrizwan18 commented 4 years ago

Hi, is there any API for the online demo that you have setup to which I could send the link to my image and it would return the 3D object? I actually only need the wavefront object and I haven't been able to run the python code for some issues with the GPU. Any help would be appreciated

AaronJackson commented 4 years ago

No. What do you need to do that for?

mrizwan18 commented 4 years ago

I have a python code that needs to generate this 3d face model of the image selected by user for face transformation, since I haven't been able to figure out how to run the python implementation and get texture as well so I was wondering if I could make an API call to that online demo