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

Need to process individual shape features and merge them again according to batched merged octrees #161

Open
gargsid opened this issue Jan 17, 2023 · 0 comments

Comments

@gargsid
Copy link

gargsid commented Jan 17, 2023

I understand the octrees are merged in an input mini-batch. I need to process some features of individual shapes and then again combine the processed features so that they can are merged again.

For example, I am trying this

print('seg_header_pts feature:', feature.get_shape())  # output features of the HRNet backbone (1, 928, ?, 1)
index = octree_property(octree, property_name='index', depth=depth_out, dtype=tf.float32, channel=928) # (928, ?)

Is the argument channel=928 correct in the above code? And how do I get the per-point features of a single shape now?

Furthermore, how do I merge all the single per-point features according to the merged features again?

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

1 participant