Skip to content
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

Range of depth? #14

Open
ablavatski opened this issue Sep 11, 2017 · 2 comments
Open

Range of depth? #14

ablavatski opened this issue Sep 11, 2017 · 2 comments

Comments

@ablavatski
Copy link

What is the range of depth predictions?

local depth_pred = modelZ:forward(inputZ):float():view(68,1)

Thanks in advance!

@1adrianb
Copy link
Owner

1adrianb commented Sep 11, 2017

Hi @ablavatski,
I don't remember the exact range but at that point expect values in the range [-70, 70] approximatively. The depth predicted should be consistent with the one from the 3DDFA model if you zero mean it. If you need a more accurate range let me know and I will check it.

@ablavatski
Copy link
Author

ablavatski commented Sep 12, 2017

Hi @1adrianb
I can't check the model cause I use Ubuntu and the code for the model is written for Windows. Could you check the range for me and tell me what I need to do after this depth_pred*(1/(256/(200*fileList[i].scale))) in order to have values in a range [-1, 1].
Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants