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

Unable to Set -D_GLIBCXX_USE_CXX11_ABI=1 #122

Closed Ishve closed 3 years ago

Ishve commented 3 years ago

Can you please explain how and where to "Set -D_GLIBCXX_USE_CXX11_ABI=1 in ./mesh_renderer/kernels/BUILD before the compilation" process. Is it relevant i am unable to set the value.

YuDeng commented 3 years ago

You can just change it here: https://github.com/google/tf_mesh_renderer/blob/ba27ea1798f6ee8d03ddbc52f42ab4241f9328bb/mesh_renderer/kernels/BUILD#L29

Ishve commented 3 years ago

Thank you, It's working now