Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I obtain the input 3D Trimesh? #8

Open
jgallegov opened this issue Oct 25, 2018 · 2 comments
Open

How can I obtain the input 3D Trimesh? #8

jgallegov opened this issue Oct 25, 2018 · 2 comments

Comments

@jgallegov
Copy link

Hello,
I am wondering about where can I obtain the input 3D TriMesh necessary to run the notebooks for my own images. Do I have to create it with an external method? please, can you point me to the right approach? Maybe we can use the output of another method like:

https://github.com/anhttran/3dmm_cnn

??

Thank you for your answer and for the amazing code!

James

@vincentleon
Copy link

Hi.
For anyone wondering about this, if you need to create a texture model on your own images, you have to use an external method (as menpo3d only provides methods for coloured or textured morphable model as far as I know).
You can use this CNN based method. I've successfully generated one using this method from Patrick Huber : https://github.com/patrikhuber/eos.
You have to use the same face model for building the texture model (notebook 2) and for fitting the whole thing to an image or video (notebooks 3 and 4).

@wenpanli
Copy link

Hi, Vincentleon! I wonder how to generated a texture 3D model, if you can give more details about how to make it work? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants