how to get depth image?
how can I get depth image, I get only black image
I have the same problem ,do you solve it?
@JoinTyang Firstly, to get the depth image, you shuold reference YadiraF/PRNet Repository! There are writes.py and api.py. Secondly, set depth_image = get_depth_image(vertices, prn.triangles, h, w, True) to depth_image = get_depth_image(vertices, prn.triangles, h, w, False), then run your code, and you will get the depth image!
@bianlongpeng @deepdarkfans @JoinTyang @tomguluson92 depth_image = get_depth_image(vertices, prn.triangles, h, w, True) to depth_image = get_depth_image(vertices, prn.triangles, h, w, False)
So here the function get_depth_image(), where it should be import from ?
Hope for a reply
Thanks in advance