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

Is it possible to have a scene-general model for multi-view reconstruction? #62

Closed
Na-Z opened this issue Apr 1, 2021 · 1 comment
Closed

Comments

@Na-Z
Copy link

Na-Z commented Apr 1, 2021

Hi. Thanks for sharing your awesome work.

I noticed that for the multi-view reconstruction, your method requires to re-train the model for each scene, i.e., scene-specific. I am curious to know if it is possible to make the model scene-general, which means it can reconstruct the scene with multi-view inputs.

Thanks.

@m-niemeyer
Copy link
Collaborator

Hi @Na-Z , thanks for your interest in the project!

This is definitely possible, but we haven't explored this in this work. The two most common ways I would see to approach this is to a.) design a multi-view encoder, or b.) perform test-time optimization with multiple views. This, in fact, you could also do with our code where you would basically combine both approaches; first, use the single-view model to obtain a good estimate, and then fine-tune this by optimizing for the given multi-view 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