tranluan / Nonlinear_Face_3DMM

Source code for "Nonlinear 3D Face Morphable Model"
http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html
Apache License 2.0
676 stars 123 forks source link

Demo (Test) code #52

Open HOMGH opened 4 years ago

HOMGH commented 4 years ago

Hi, Would you please share your demo/testing code, so that we would be able to have a fair comparison with your results.

huyanfei-cqupt commented 4 years ago

Hi, Would you please share your demo/testing code, so that we would be able to have a fair comparison with your results.

Hi, @HOMGH my email is "s180131232@stu.cqupt.edu.cn", my name is Huyanfei. Thank you very much!

tranluan commented 4 years ago

https://github.com/tranluan/Nonlinear_Face_3DMM/blob/master/README.md#pretrain-model

danperazzo commented 4 years ago

Hi @tranluan , thanks for sharing the pre-trained model!. What are the configurations for the environment to run the demo?

tranluan commented 4 years ago

I use python 2.7, TF v1.8. You should be able to run the pretrain model as long as you can compile the rendering layer and run example as in the README in frontpage.

danperazzo commented 4 years ago

Thanks I manged to run it :)

HOMGH commented 4 years ago

Thanks I manged to run it :)

Hi @danperazzo ,Could you get the same results as what they report on the paper?

huyanfei-cqupt commented 2 years ago

您的来信来信已收到,谢谢。

anewusername77 commented 2 years ago

I use python 2.7, TF v1.8. You should be able to run the pretrain model as long as you can compile the rendering layer and run example as in the README in frontpage.

Hi, thanks for sharing the pre-trained model. I tried it but got a quiet bad result on AFLW2000, the reconstructed shape was far from the original image(for example, face of an input image dosen't open his mouth but the output of Nonlinear 3DMM opens)