anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

[Qustion] Usage of TestVisualization #47

Closed cogito666 closed 6 years ago

cogito666 commented 6 years ago

Hello Thanks for sharing this nice project.

I have a question for c++ build result, "TestVisualization". I checked the main.cpp.

printf("Usage: Visualize3D <input 3D alpha> []\n");

: path to directory which contains image files? : totally no idea. : path to "01_MorphableModel.mat"? path to "shape_predictor_68_face_landmarks.dat"? I need some help to test it. :-)
anhttran commented 6 years ago

You can check the demo code (demoCode/testModel_PoseExpr.py) to understand how to use this binary. Best, Anh

cogito666 commented 6 years ago

Thanks for your replay. I asked the question to avoid setting up for caffe. Noe I finally I get it. Thank you. :-)