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

is there any way to get mesh reconstruction .ply result with 2DGS #452

Open
HengYuD opened this issue Oct 15, 2024 · 1 comment
Open

is there any way to get mesh reconstruction .ply result with 2DGS #452

HengYuD opened this issue Oct 15, 2024 · 1 comment

Comments

@HengYuD
Copy link

HengYuD commented Oct 15, 2024

This gsplat is a greate project!
It troubled me when running simple_trainer.py/simple_trainer_2dgs.py
always showing "Warning: image_path not found for reconstruction"
I cannot find out the warning in the code, does the warning related to the rebuild result?
How can I obtain a 2DGS reconstructed point cloud file with triangle mesh information?
It is difficult for me to learn to use code from scratch. Is there any plan to build a more detailed code usage guide?

@FantasticOven2
Copy link
Contributor

Hey! Sorry for the late reply.

always showing "Warning: image_path not found for reconstruction"

You should parse the folder contains the image for reconstruction when calling simple_trainer_2dgs.py. You can run python simple_trainer_2dgs.py --help to see available arguments.

How can I obtain a 2DGS reconstructed point cloud file with triangle mesh information?

We will update 2DGS with mesh extraction shortly! Otherwise the reconstructed point cloud is stored in a .pt file which should be easy to convert to a .ply file

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

2 participants