charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.73k stars 1.45k forks source link

About the regularization term of T-Net? #74

Closed kakaxi314 closed 6 years ago

kakaxi314 commented 6 years ago

I'm new to tensorflow, and I'm not sure if the regularization term of T-Net implemented in code?

jbregli commented 6 years ago

Hi,

It is implemented at: https://github.com/charlesq34/pointnet/blob/d64d2398e55b24f69e95ecb549ff7d4581ffc21e/models/pointnet_cls.py#L82

kakaxi314 commented 6 years ago

@jbregli Thanks.