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

.points and .octree format data #38

Closed
Luckick opened this issue Oct 12, 2018 · 3 comments
Closed

.points and .octree format data #38

Luckick opened this issue Oct 12, 2018 · 3 comments

Comments

@Luckick
Copy link

Luckick commented Oct 12, 2018

Hi,

Is there any introduction about the format & meaning of .points and .octree format data?

Thank you!

@Luckick Luckick changed the title .points format data .points and .octree format data Oct 12, 2018
@wang-ps
Copy link
Contributor

wang-ps commented Oct 21, 2018

Currently, one has to read the code to learn the detail about the .points and .octree format.
I will write more detailed explanation soon.

@Luckick
Copy link
Author

Luckick commented Nov 6, 2018

Would you mind to interpret the logic of some parts in Octree.cpp?

  1. after get the node_keys, why do we need to build layers?
  2. the node_keys is exact key that we get from volumetric data, why should we override node_key by keys_, where the last 3 digits of node_key are replaced.
  3. What is the usage of children and addr?

Thank you for your help!

@wang-ps
Copy link
Contributor

wang-ps commented Nov 6, 2018

Sorry, it is hard for me to explain the implentation in a few words.
For the data structure, please follow the section 3 of our O-CNN paper, and some other useful reference can also be find in this section.

@Luckick Luckick closed this as completed Dec 20, 2018
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