Deep3DFaceReconstruction
Deep3DFaceReconstruction copied to clipboard
Unable to generate .mat output file
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.
Same here,only output obj files on windows 10.
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.
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.