Replies: 1 comment 1 reply
-
I answered my own question. I have found a function in pytorch
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to ask how to get the mean with respect to the batch information. And then I can subtract it from the
pos
.Functions like
global_xxx_pool(x, batch)
only output a single value for a batch, but I'd like to expand (or repeat) it.Following is some modified code from the pointnet2_classification example.
Thanks,
Han
Beta Was this translation helpful? Give feedback.
All reactions