anhttran/3dmm_cnn

[Qustion] Usage of TestVisualization

cogito666 opened this issue · 2 comments

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> <BaselFace.dat path> []\n");

: path to directory which contains image files?
<input 3D alpha>: totally no idea.
<BaselFace.dat path>: path to "01_MorphableModel.mat"?
path to "shape_predictor_68_face_landmarks.dat"?

I need some help to test it. :-)

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

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