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

How to Saving Map ? #36

Open
RuPingCen opened this issue Apr 4, 2019 · 1 comment
Open

How to Saving Map ? #36

RuPingCen opened this issue Apr 4, 2019 · 1 comment

Comments

@RuPingCen
Copy link

Hi @m4nh , Thank you for your sharing, it is amazing work. I have run this successful with ORB SLAM, but I have some issues about how to save the 3D map. Is there have any function can be used to save the final map? And, I found it will make the computer freeze up when I using TUM RGBD dataset for 3D mapping, the CPU of my computer is I7-8700K with 32G RAM and RTX2070. So, is there any way to solve this problem?

@m4nh
Copy link
Owner

m4nh commented Apr 4, 2019

Hi @RuPingCen ! As far as the Saving problem is concerned, in the SkipListV2 class there is a "saveToFile" and "loadFromFile" functions. They are just for debug purposes, but you can understand the workflow used to export data and adapt it to your usecase.

For the Freeze problem, i don't know. What resolution are you using? Are you sure you do not saturate the RAM ?

However we are working on the beta release (really is just implemented in the "semantic" branch of git), probably some bug last in the "master" version

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