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

Question about the evaluation method #82

Open
ghost opened this issue Feb 25, 2019 · 0 comments
Open

Question about the evaluation method #82

ghost opened this issue Feb 25, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 25, 2019

Hi,
Thanks for sharing the code. I have a question about the evaluation method in MATLAB code.
In the evaluateNYU.m, line 37-49, given a 480640 image, the code seems
(1) resize it to 240
320,
(2) do center-croping to 228304,
(3) do a prediction which I assume the output should also be 228
304 corresponding the center area (I cannot make the matlab code running because of the package issue),
(4) perform bilinear upsamping to make it 480*640 depthmap and compare with ground truth.
Please correct me if my understanding is wrong.

If my understanding is correct, then the prediction depth can only cover the center area (228*304), and after upsampling, it seems the depth map will not be able to align the ground truth (in pixel level) any more. It means the prediction depth in the image edge area (at least) is actually not a prediction based on any corresponding input RGB image pixel.

Are you intentionally do this, or it is a bug? I am confused about the intention behind the evaluation process. Thanks 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

0 participants