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

Multi view reconstruction? #72

Open
chenqi13814529300 opened this issue Oct 22, 2024 · 3 comments
Open

Multi view reconstruction? #72

chenqi13814529300 opened this issue Oct 22, 2024 · 3 comments

Comments

@chenqi13814529300
Copy link

I have found that these studies often involve reconstructing a few images, but in reality, hundreds or thousands of images are used to reconstruct a closed scene, rather than a 180 degree perspective. May I ask if there will be support for a large number of image inputs for scene reconstruction in the future?

@donydchen
Copy link
Owner

donydchen commented Oct 23, 2024

Hi @chenqi13814529300, most of the feed-forward approaches focus on a few images, mainly because of framework designs and computation limitations. We are also actively exploring extending feed-forward approaches to handle a larger number of input views. Currently, the best we can achieve is up to 12 input views using Haofei's recent work DepthSplat.

We also plan to release a video diffusion-enhanced model that can handle 360-degree scene synthesis in a feed-forward manner, using only 5 widely displaced images. It just got accepted to NeurIPS 2024 and will be available online in the coming two weeks. A quick video preview of this new model (termed MVSplat360) can be found here. Stay tuned!

@chenqi13814529300
Copy link
Author

Thank you for your answer. Looking forward to your new work!

@donydchen
Copy link
Owner

Hi @chenqi13814529300, we just released the aforementioned MVSplat360, which combines MVSplat with SVD to achieve 360° NVS for complex scenes using less than 5 input views. Welcome to explore.

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