microsoft / Deep3DFaceReconstruction

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

This is impossible to work with #197

Open oo92 opened 2 years ago

oo92 commented 2 years ago

Why is this library built with such an old version of Python? It is absolutely impossible to even get the pip installs working. I created a virtual OS with 16.04 and I can't install numpy, Pillow, Scipy, tensorflow-gpu.

RAJA-PARIKSHAT commented 2 years ago

same issue over here. I am stuck at building the library and setting up the environment only.

1221echo commented 2 years ago

same

yuzihang-jlu commented 2 years ago

same

NinjaTech commented 1 year ago

It was a pain using Conda, and had to rewrite parts of it...and in the end you will be disappointed with the results. The other issue is that the colors are stored in the face OBJ as vertex colors, not as an image. You will have to unwrap and bake out with something like Blender. In the end the details of the face colors are very low quality with most details missing.