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

Output file #54

Open
anekha opened this issue Oct 3, 2024 · 8 comments
Open

Output file #54

anekha opened this issue Oct 3, 2024 · 8 comments

Comments

@anekha
Copy link

anekha commented Oct 3, 2024

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
Copy link
Owner

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
Copy link
Author

anekha commented Oct 26, 2024

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?

@chensjtu
Copy link
Owner

Yes, how to produce mesh from 3DGS is a hot research topic. We have tried SUGAR to extract mesh, but the performance is terrible. Maybe using 2DGS as the 3D representation or using the coarse 3DGS to form a mesh and then binding one 3DGS on each face of the coarse mesh, then optimizing this hybrid 3D representation can achieve fine-granted mesh.

@7rwang
Copy link

7rwang commented Nov 7, 2024

Hi,
do we need mkdir output/gs_init/kitchen manually?

@chensjtu
Copy link
Owner

chensjtu commented Nov 7, 2024

Of course not; code will generate this folder automatically~

@7rwang
Copy link

7rwang commented Nov 7, 2024

Of course not; code will generate this folder automatically~

Thanks a lot for ur reply! Could you check this issue?https://github.com/chensjtu/GaussianObject/issues/62

@chensjtu
Copy link
Owner

chensjtu commented Nov 7, 2024

Of course not; code will generate this folder automatically~

Thanks a lot for ur reply! Could you check this issue?https://github.com/chensjtu/GaussianObject/issues/62

yes, I'll check this latter. Sorry for the late reply!

@7rwang
Copy link

7rwang commented Nov 7, 2024

Of course not; code will generate this folder automatically~

Thanks a lot for ur reply! Could you check this issue?https://github.com/chensjtu/GaussianObject/issues/62

yes, I'll check this latter. Sorry for the late reply!

No problem, thanks for ur help in advance!!

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

3 participants