microsoft / Deep3DFaceReconstruction

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

There are many “nan” values in the obj file. #152

Open bushiwoQAQ opened 3 years ago

bushiwoQAQ commented 3 years ago

I run demo.py, and the corresponding obj file is obtained successfully. But when I look at obj, I find many "nan" values in the file. I tried to open it with meshlab, but an error was reported and nothing was displayed.

obj_nan meshlab_error

Do you have a way to solve this problem?

YuDeng commented 3 years ago

Hi, could you check if the output .mat file contains reasonable results?

bushiwoQAQ commented 3 years ago

Hi, could you check if the output .mat file contains reasonable results?

face_ shape in .mat file is also a large number of "nan" values.