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

Why is the ground truth depth map so sparse? #3

Open
TruongKhang opened this issue Nov 14, 2019 · 3 comments
Open

Why is the ground truth depth map so sparse? #3

TruongKhang opened this issue Nov 14, 2019 · 3 comments

Comments

@TruongKhang
Copy link

I loaded the depth map and got the result like this:
DSC_0286
Why is it so sparse and how can I get the dense version?

@puzzlepaint
Copy link
Contributor

It looks like this image has been downsampled with nearest-neighbor filtering. This means that a lot of depth pixels are missing from this version. If you downsample with another technique that preserves that information, then it should be pretty dense at this resolution.

@jianweike
Copy link

jianweike commented Nov 22, 2020

It may be a dumb question, but how do you actually load the ground truth depth map? The depth maps I downloaded are a set of .JPG files that can not be loaded(not a JPEG file: starts with 0x18 0x0a).

@puzzlepaint
Copy link
Contributor

The images are not actually JPEGs, their filenames just match the original JPEGs to indicate that they correspond to each other (in hindsight that was a bad decision since several people got mislead by that). The ETH3D documentation describes the actual format in the last paragraph of the training data description here:
https://www.eth3d.net/documentation#format-of-multi-view-data-training-data

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

3 participants