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

Load / Save KDTreeFlan pcd_tree = o3d.geometry.KDTreeFlann(pcd) #1322

Open
tchaton opened this issue Nov 15, 2019 · 1 comment
Open

Load / Save KDTreeFlan pcd_tree = o3d.geometry.KDTreeFlann(pcd) #1322

tchaton opened this issue Nov 15, 2019 · 1 comment
Labels

Comments

@tchaton
Copy link

tchaton commented Nov 15, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Hey,

It will be great to have a way to serialize the KDTree built by Flann to pickle file and be able to reload this KDTree for later use.

Especially for DL training, we don't want to lose time re-calculating the KDTree every time the pointcloud is loaded.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@tchaton
Copy link
Author

tchaton commented Nov 15, 2019

The code from the binding is just there: https://github.com/jlblancoc/nanoflann/blob/master/examples/saveload_example.cpp

@theNded theNded added geometry neighbor search Nearest neighbor search related. io labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants