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

Add Pointcloud / plyfile support to Bonn #22

Merged
merged 5 commits into from
Aug 12, 2019

Conversation

matthewspear
Copy link
Collaborator

  • Add parameter to load plyfile with BONNReader
  • Add tinyply dependency to handle reading ascii plyfiles
  • Add function to convert plyfile to slambench pointcloud
  • Updated makefile to support plyfile

- Add parameter to load plyfile with BONNReader
- Add tinyply dependency to handle reading ascii plyfiles
- Add function to convert plyfile to slambench pointcloud
- Updated makefile to support plyfile
@matthewspear
Copy link
Collaborator Author

Stats

Groundtruth Subsection:

  • 2.3GB on disk as .ply
  • Reading took 74.6424 seconds
  • Read 54676774 total points

Groundtruth Full:

  • 16.4GB on disk as .ply
  • Reading took 511.208 seconds
  • Read 394109339 total points

As expected trying to load full groundtruth crashes after running out of memory:

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

@matthewspear
Copy link
Collaborator Author

Pointcloud displays in Pangolin (light blue):
Screenshot from 2019-08-07 03-58-16

But struggles to run properly due to the renderer or possibly my computer!

Copy link
Owner

@mihaibujanca mihaibujanca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. I don't think a new Timer.h is required. See comments below for other changes.

@matthewspear
Copy link
Collaborator Author

I think that is everything @mihaibujanca, let me know if anything else needs changing!

@mihaibujanca
Copy link
Owner

Nice work, just tested it

@mihaibujanca mihaibujanca merged commit 5a9b09c into mihaibujanca:master Aug 12, 2019
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

Successfully merging this pull request may close these issues.

2 participants