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

Inquiry About 3D Reconstruction Code Availability #174

Open
CaiSir0075 opened this issue Oct 22, 2024 · 2 comments
Open

Inquiry About 3D Reconstruction Code Availability #174

CaiSir0075 opened this issue Oct 22, 2024 · 2 comments

Comments

@CaiSir0075
Copy link

I hope this message finds you well. I wanted to take a moment to commend you on the fantastic work you've done with the depth estimation project. The demo on Hugging Face is truly impressive!

I am particularly interested in the "Reconstruct 3D" module and was wondering if you would be able to share the code for it. It would be incredibly helpful for further exploration and understanding of the implementation.

Thank you for your time and for the amazing resources you're providing to the community!

@JUGGHM
Copy link
Collaborator

JUGGHM commented Oct 24, 2024

I hope this message finds you well. I wanted to take a moment to commend you on the fantastic work you've done with the depth estimation project. The demo on Hugging Face is truly impressive!

I am particularly interested in the "Reconstruct 3D" module and was wondering if you would be able to share the code for it. It would be incredibly helpful for further exploration and understanding of the implementation.

Thank you for your time and for the amazing resources you're providing to the community!

Currently, we might not be able to open-source additional codes for the applications. But you could reconstruct the scenes yourself by the following pipelines:
(1) Prepare the predicted depth maps and groundtruth depth maps.
(2) Prepare the groundtruth poses from Colmap or anywhere.
(3) Fuse the depth maps with TSDF to obtain the fused pointclouds.
(4) Calculate the error between the GT fused pointclouds and predicted-depth fused ones.

@CaiSir0075
Copy link
Author

CaiSir0075 commented Oct 24, 2024 via email

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