You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: