-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
matthewspear
commented
Aug 7, 2019
- 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
StatsGroundtruth Subsection:
Groundtruth Full:
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) |
There was a problem hiding this 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.
Use existing timings class instead of creating new version
I think that is everything @mihaibujanca, let me know if anything else needs changing! |
Nice work, just tested it |