Patrick P.Jiang

Results 1 issues of Patrick P.Jiang

I think there is a mistake in the model.py: 117, where `point_set_keypoint_coordinates = point_features[point_set_keypoint_indices[:, 0]]` should be: `point_set_keypoint_coordinates = point_coordinates[point_set_keypoint_indices[:, 0]]` @Shudeng