anhttran / 3dmm_cnn

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

Provide links for model files download #27

Closed yashiro32 closed 6 years ago

yashiro32 commented 6 years ago

Hi, can you provide links to download Model_Expression.mat, BaselFaceModel_mod.mat and BaselFaceModel_mod.h5. Not everyone have Matlab.

iacopomasi commented 6 years ago

Hi @yashiro32 , it is indeed true that not everyone has MATLAB but it is also hard for us to package all the necessary data and library in a single package mainly due to conflicting license or licenses that do not allow us to do that.

Anyway, remember that you can still open .mat with python.

I hope this helps.

anhttran commented 6 years ago

Due to licensing issue, we cannot provide you those files directly.

Model_Expression.mat is generated by 3DDFA code. You can try an alternative of Matlab, such as Octave, to run their code. Otherwise, you can convert their code to Python; it should not be hard (see our code trimBaselFace.py as an example).

BaselFaceModel_mod.* can be generated after that purely with our Python code (trimBaselFace.py).

Best, Anh