fxia22/pointnet.pytorch

Trans Matrix regularize seems wrong

xiaozai opened this issue · 0 comments

Hi , In train_classification.py, it used the `loss += feature_transform_regularize(trans_feat)*0.001', it should be trans, not trans_feat, trans is the transfromation matrix which needs to be regularized.