microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.16k stars 441 forks source link

Unable to generate .mat output file #173

Open christy1206 opened 3 years ago

christy1206 commented 3 years ago

Hi, I am not able to generate the .mat output file after executing this command:

python demo.py

However, the 001_mesh.obj files created perfectly. Please advise how to obtain the .mat output file. Thank you.

Michaelwhite34 commented 3 years ago

Same here,only output obj files on windows 10.

YuDeng commented 3 years ago

Hi, for Windows environment, we disable the .mat output because it requires a rendering operator which can only be compiled on Linux.

We have an upcoming pytorch version implementation which uses an alternative rendering library supporting windows. You can wait for our pytorch version release.

Michaelwhite34 commented 3 years ago

Hi, for Windows environment, we disable the .mat output because it requires a rendering operator which can only be compiled on Linux.

We have an upcoming pytorch version implementation which uses an alternative rendering library supporting windows. You can wait for our pytorch version release.

Wow,that's good news.Can't wait to try.