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

Scale Invariant Depth, Metric Depth, and Surface Normals #58

Open
pablovela5620 opened this issue Mar 26, 2024 · 0 comments
Open

Scale Invariant Depth, Metric Depth, and Surface Normals #58

pablovela5620 opened this issue Mar 26, 2024 · 0 comments

Comments

@pablovela5620
Copy link

As I understand here #44 (comment) ya'll are in the process of training a metric version of dust3r, so the current version outputs scale invariant. Was the depth normalized before training? I see here

def rescale_image_depthmap(image, depthmap, camera_intrinsics, output_resolution):
that the resolution is being changed. But I also notice here
with PIL.Image.open(depth_path) as depth_pil:
that it seems the metric depth map is being loaded?

Is there any normalization being performed on the depth/pointmap to make it scale invariant?

Also I've been following what the MetricV2, have you all looked at including surface normals as supervision based on pointmap -> depthmap -> surface normal conversion such that the network can also produce surface normals?

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

1 participant