Lilac-Lee / PointNetLK_Revisited

Implementation for our CVPR 2021 oral paper "PointNetLK Revisited".
MIT License
47 stars 5 forks source link

fix some typo in function compute_loss #7

Open gitouni opened 2 years ago

gitouni commented 2 years ago

voxel_featuresp0 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.