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

Why is the shape you want to generate in ply.alpha instead of ply? #24

Closed
LogicHolmes opened this issue Dec 6, 2018 · 2 comments
Closed

Comments

@LogicHolmes
Copy link

Hello,My friend,
When i run the testBatchModel.py the result is that np.savetxt(outFile + '.ply.alpha', features[0:99]) is not the ply! I don't understand why you produce the ply.alpha? Please you can help me!

@anhttran
Copy link
Owner

anhttran commented Dec 6, 2018

Dear,
In that script, I saved the shape parameters as input for my C++ program in the next steps (to estimate pose, expression, shape+bump assembling, and soft-symmetry). I stored only parameters to save processing time.

If you want to save PLY file, you can do similar as in my other code (https://github.com/anhttran/3dmm_cnn/blob/master/demoCode/testBatchModel.py#L176,L178). Or a better way, config the 3D models you want to output in my C++ code (https://github.com/anhttran/extreme_3d_faces/blob/master/main.cpp#L139,L140).

I will soon provide a Dockerfile to make my C++ code easier to compile.

@anhttran
Copy link
Owner

anhttran commented Dec 8, 2018

I have updated my code. It now outputs the PLY also.

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

2 participants