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

How to use with my own data #11

Open
douglas0406 opened this issue Dec 10, 2024 · 4 comments
Open

How to use with my own data #11

douglas0406 opened this issue Dec 10, 2024 · 4 comments

Comments

@douglas0406
Copy link

Thanks for your excellent work!
I would like to see the results with my own data, which includes a set of images and corresponding camera poses in Blender format. How should I use your project? I have already set up the project environment. Thank you for your patient response.
I use images generated from Tencent Hunyuan3d model, the camera parameters are: +0, +60, +120, +180, +240, +300.I want to see if this works with your method. Thanks a lot!
image

@tlind
Copy link

tlind commented Dec 18, 2024

Thanks for the great work. I would be interested in the same. Would be great if you could provide an example for using a custom dataset, or provide some pointers!

Update: I saw that this comment might provide some starting points: #3 (comment)

@donydchen
Copy link
Owner

Hi, @douglas0406, thanks for your appreciation.

MVSplat360 is mainly designed and trained on scene-level datasets (with background, not specifically orbiting one object), and I'm not sure how well it will perform on the object-level data you provided.

For scene-level data, you can use COLMAP to get the corresponding camera poses, and related instructions can be found at #3 (comment), as mentioned by @tlind above.

If COLMAP fails to get camera poses due to limited input views, you might refer to VGGSfM, which might be more robust and also provides COLMAP-like outputs. For converting COLMAP raw data to NeRF/3DGS required inputs, more instructions can be found in our previous work MatchNeRF.

Hope it helps. Cheers.

@trungphien
Copy link

Hi @donydchen , is COLMAP effectively used for scene-level data? If not, could you recommend another SFM algorithm that works well for scene-level data? Thank you very much

@donydchen
Copy link
Owner

Hi @trungphien, COLMAP is effective. You can also consider using VGGSfM.

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

4 participants