We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for your work. I want to convert depthmap of dust3r to metric depth, and evaluate on NYU like paper show, how can I do that?
The text was updated successfully, but these errors were encountered:
Hi, you can follow the demo in DUSt3R to compute the depth map: https://github.com/naver/dust3r/blob/69192aa322d279438390c109b8b85d5b859b5cdd/dust3r/demo.py#L168 Note that DUSt3R's depth map is up to a scale to the real-world depth, so you may have to conduct median/scale-shift alignment to the GT depth before computing the metrics.
Sorry, something went wrong.
No branches or pull requests
Hi, thank you for your work. I want to convert depthmap of dust3r to metric depth, and evaluate on NYU like paper show, how can I do that?
The text was updated successfully, but these errors were encountered: