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

Input transform and point cloud with features on the points #311

Open
adosar opened this issue Apr 9, 2024 · 0 comments
Open

Input transform and point cloud with features on the points #311

adosar opened this issue Apr 9, 2024 · 0 comments

Comments

@adosar
Copy link

adosar commented Apr 9, 2024

Hello and congrats for this excellent work!

I want to use PointNet but I don't know whether I should remove the first T-Net from the architecture. In my task, only rigid transformations are meaningful but this is not guaranteed by the T-Net, since it predicts a 3x3 affine transformation. Moreover, my input includes additional feature channels, i.e. the input has shape (N, 3+F).

Does it make sense to remove the first T-Net and just increase the number of input channels in the next layer to take account the additional features?

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