Open FUWhy opened 1 year ago
I ran into similar issue, when using --isDlib False
. When I keep it True
, I get various depth maps.
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.
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: test 2: test 3: 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.