Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Why is there no T-net in PointNet++ Architecture?

Open rastna12 opened this issue 1 year ago • 2 comments

The paper mentions that after the sampling and grouping layers, the results are passed to PointNet layers. The PointNet Encoder includes a T-Net, but I do not see this in the model architecture source code for PointNet++. Why?

rastna12 avatar Jul 14 '24 20:07 rastna12

In my experience related to the issue "rotation invariant", doing data augmentation "ratation input data" or add T-Net is not efficient. Which means, I guess, the efforts for resolving "rotation invariant" by T-Net is failed.

Na1an avatar Dec 09 '24 17:12 Na1an

the stn3d and stnkd are T-nets

surpoloyang avatar Dec 13 '24 02:12 surpoloyang