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

Merge scens #107

Open
arminak6 opened this issue May 14, 2024 · 1 comment
Open

Merge scens #107

arminak6 opened this issue May 14, 2024 · 1 comment

Comments

@arminak6
Copy link

Hi, first of all congrats on the fantastic work!
I want to run dust3r on 2 sets of images and then merge the output of these 2 sets to have a complete scene. in other words, reconstruct a scene that is split into two distinct chunks of images.

my idea is to save important data from scene for each set of the images like:
objects = [scene.imgs, scene.get_pts3d(), scene.get_masks(), scene.get_focals(), scene.get_im_poses()]

AND then try to merge them and finally pass to _convert_scene_output_to_glb unction to have final output.
BUT it does not work and the algorithm loses camera position. i will appreciate it if you share your ideas with me.
thanks in advance.

@Meky-hqd
Copy link

Can you make sure that two scenes are in the same scale? In other word, the pts3d of two images is may have difference scale even they have some common images.

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