yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.96k stars 945 forks source link

There is a problem with the face depth map #214

Open FUWhy opened 1 year ago

FUWhy commented 1 year ago

I tried to generate some depth maps, but the results were strange, the depth maps seemed to be the same across different faces. My anconda environment is as follows: Ubuntu20.04 ,docker based python 3.6.13 tensorflow-gpu 1.15.0 dlib 19.24.99 opencv-python 4.7.0.72 I tested it directly using demo.py,The results are as follows: test 1: 微信图片_20230307170910 微信图片_20230307170923 test 2: 微信图片_20230307170928 微信图片_20230307170932 test 3: 微信图片_20230307170937 微信图片_20230307170942 I tried to solve the problem, but without success. I don't know what the problem is,I hope you can get some help. Thank you.

Veronika-Polakova commented 1 year ago

I ran into similar issue, when using --isDlib False. When I keep it True, I get various depth maps.

biesseck commented 9 months ago

I had the same problem and solved it by downgrading TensorFlow "1.14" to TensorFlow "1.4.1" with CUDA 8.0. I don't really know what the problem was, but now it works as expected.