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

I am trying to use a batched pointcloud with R3PointConv #104

Open
Satvik1701 opened this issue Nov 25, 2024 · 0 comments
Open

I am trying to use a batched pointcloud with R3PointConv #104

Satvik1701 opened this issue Nov 25, 2024 · 0 comments

Comments

@Satvik1701
Copy link

Satvik1701 commented Nov 25, 2024

I have a batched point cloud input to create an equivariant point cloud encoder. However, I think the GeometricTensor does not accept a batch dimension if coords is not None. I have a desired input of x = [batch_size, #points, channels] e.g. [256, 4096, 6] for each of the 4096 points having a XYZRGB. I don't think there is a way to currently this type of input because of the batch_size as I was going to split the channels so for group = gspaces.rot2dOnR3(8) the input_geom = nn.GeometricTensor(x, nn.FieldType(group, 3 * [group.trivial_repr]), coords=x[:, :, :3]) then x would be x[:, :, 3:] for the RGB channels. I was wondering if there was a way to do this, any help would be much appreciated. Thanks!

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