chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
887 stars 54 forks source link

Output file #54

Open anekha opened 3 weeks ago

anekha commented 3 weeks ago

Hello Wondering if anyone has any insight into the 3D output file generated. I believe the rendered file is saved in 'output/gs_init/kitchen/test/ours_None and output/gs_init/kitchen/render/ours_None' I have pulled out the .ply file but it just looks like a point cloud with no rendering. Am I getting something wrong - I wanted to get the 3D file and work with it. Screenshot 2024-10-03 at 10 53 23

chensjtu commented 23 hours ago

Sorry for the late response! In fact, the ply in the ours_None is a 3DGS file, which can not be directly viewed by Meshlab. For better visualization, you may need a web viewer or a local viewer. You may use https://niujinshuchong.github.io/mip-splatting-demo/ or https://github.com/yzslab/gaussian-splatting-lightning to render this 3DGS file.

anekha commented 12 hours ago

Thank you. Do you have any idea if we can refine the output and change it into a .obj or other 3D file that can be used in other applications?