-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about the depth map #5
Comments
You can normalize the depth map by dividing it with 255.0. |
@clks-wzz ValueError: The passed save_path is not a valid checkpoint: E:\yzu\lab\face anti spoofing\PRNet-Depth-Generation-master\Data\net-data\256_256_resfcn256_weight but I always get this error, even when I fixed the path with my windows, it's in the same location. But its ways the path is not valid, can you please help me in this, Thanks in advance. |
Nice! How do you make the fake depth map as zero? thank you |
hi, Thank you so much for your reply, I have done with that, now fro certain images in don't get the depth map, it shows like, Warning: No face detected but, still, the image has a good face, can you please tell me how to overcome it. I have attached some images below, |
|
I have the same problem. Do you solve it? |
Nice. You have done a great job. But I have a question about the depth map.
In the original paper, the values of depth map are normalized to [0:1]. But, in your code, when I printed the values of the generated depth map, I find the values are just like this:
How should I do?
Thank you very much. Looking forward to your reply.
The text was updated successfully, but these errors were encountered: