Fanziapril / mvfnet

Pytorch code for paper: MVF-Net: Multi-View 3D Face Morphable Model Regression
MIT License
159 stars 27 forks source link

the .obj format output of test_img.py can't show face color information in meshalb #21

Closed 453875726 closed 2 years ago

453875726 commented 2 years ago

Maybe it's a stupid question...

453875726 commented 2 years ago

My 3dmm .ply output is doesn‘t contain the color information of 2d input image. Anyone knows how to output a colored 3d model like the 2d input image ? 我的3dmm模型得到的.ply文件没有输入2d人脸图像的颜色信息,全是一样的颜色,请问如何解决这个问题?

Fanziapril commented 2 years ago

It's right because we actually didn't release the code of texture sampling. Our method is for shape reconstruction and we only sample texture during training.

453875726 commented 2 years ago

Thanks for your reply!