PointNetLK_Revisited
PointNetLK_Revisited copied to clipboard
fix some typo in function compute_loss
voxel_features_p0_ in function compute_loss maybe typo with a extra underscore at the end. Now it's substituted with voxel_features_p0. Another three variables in function comput_loss have the same problem too.