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

Export the result of Photo-SLAM Examples with Real Cameras #22

Open
Tanfuchy opened this issue Jul 21, 2024 · 2 comments
Open

Export the result of Photo-SLAM Examples with Real Cameras #22

Tanfuchy opened this issue Jul 21, 2024 · 2 comments

Comments

@Tanfuchy
Copy link

I can build the map in real time by using realsense provided by you, but I don't know how to save this result, such as exporting it as ply file. Thank you.

@liquorleaf
Copy link
Collaborator

If the imgui viewer is available, just close the viewer and the results are automatically saved. Otherwise you might need to manually add some save points by changing GaussianMapper::savePly to a public member and calling it in the while (!pSLAM->isShutDown()) main loop.

@respect-jz
Copy link

如果 imgui 查看器可用,只需关闭查看器,结果就会自动保存。否则,您可能需要通过更改GaussianMapper::savePly为公共成员并在while (!pSLAM->isShutDown())主循环中调用它来手动添加一些保存点。

你好,我应该是正确使用了您提供的D455相机使用到该项目,但是在结果文件中发现只有used_times文件夹、没有ply文件。我应该怎么保存ply文件

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