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 obtain Mesh or OBJ file? #33

Open
hhcxx2006 opened this issue Dec 15, 2023 · 4 comments
Open

How to obtain Mesh or OBJ file? #33

hhcxx2006 opened this issue Dec 15, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@hhcxx2006
Copy link

Hi, I am very excited about your work. I have used your algorithm to reconstruct my scene. I have get the params.npz file. Now I want to use your reconstructed scene model in our project. We need OBJ file format to import the model. We want to import the scene for our robot simulation system. Could you please tell me how to convert the params.npz file to OBJ file? Thanks very much! It is just the point cloud. How to convert the point cloud to mesh?

@Nik-V9
Copy link
Contributor

Nik-V9 commented Dec 26, 2023

Hi, we currently don't have a method to convert the final Splat to an OBJ file. There's recent work on converting Gaussian Splats to High-Fidelity Meshes! They also have code available. I would recommend trying that out (we haven't tried it yet): https://imagine.enpc.fr/~guedona/sugar/

Another option is to run Poisson Surface Reconstruction on the point cloud (centers of the 3D Gaussians).

@Nik-V9 Nik-V9 added the enhancement New feature or request label Dec 26, 2023
@YunnaChen
Copy link

Hi, I am very excited about your work. I have used your algorithm to reconstruct my scene. I have get the params.npz file. Now I want to use your reconstructed scene model in our project. We need OBJ file format to import the model. We want to import the scene for our robot simulation system. Could you please tell me how to convert the params.npz file to OBJ file? Thanks very much! It is just the point cloud. How to convert the point cloud to mesh?

Hi,have you tried?

@Nik-V9 Nik-V9 changed the title How to get OBJ file from params.npz How to obtain Mesh or OBJ file? Jan 21, 2024
@WN-Wolf
Copy link

WN-Wolf commented Jan 23, 2024

Hi, I am very excited about your work. I have used your algorithm to reconstruct my scene. I have get the params.npz file. Now I want to use your reconstructed scene model in our project. We need OBJ file format to import the model. We want to import the scene for our robot simulation system. Could you please tell me how to convert the params.npz file to OBJ file? Thanks very much! It is just the point cloud. How to convert the point cloud to mesh?

@hhcxx2006 Hello, I used D435 camera to create a dataset. But when I run myself dataset, there were many errors.
In this command, "python scripts/splatam.py configs/my_data/splatam.py", I don't know how to modify "splatam.py" file or refer to which dataset's config file(Replica or TUM-RGBD has different config file). So, Could you please give me some suggestions or share your "splatam.py" file?
Thanks a lot.

@zhaosiyuan1098
Copy link

hi,I found a good repository coming recently, it may helps you to get a .ply file:gaustudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants