spla-tam / SplaTAM

SplaTAM: Splat, Track & Map 3D Gaussians for Dense RGB-D SLAM (CVPR 2024)
https://spla-tam.github.io/
BSD 3-Clause "New" or "Revised" License
1.47k stars 167 forks source link

How to obtain Mesh or OBJ file? #33

Open hhcxx2006 opened 9 months ago

hhcxx2006 commented 9 months ago

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 commented 9 months ago

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).

YunnaChen commented 8 months ago

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?

WN-Wolf commented 8 months ago

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 commented 6 months ago

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