Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

Unable to generate .mat output file

Open christy1206 opened this issue 4 years ago • 3 comments

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.

christy1206 avatar Jul 11 '21 02:07 christy1206

Same here,only output obj files on windows 10.

Michaelwhite34 avatar Jul 15 '21 06:07 Michaelwhite34

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.

YuDeng avatar Jul 15 '21 10:07 YuDeng

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.

Michaelwhite34 avatar Jul 15 '21 14:07 Michaelwhite34