Point-GNN.pytorch icon indicating copy to clipboard operation
Point-GNN.pytorch copied to clipboard

mistake in model.py

Open patrickpjiang opened this issue 5 years ago • 1 comments

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

patrickpjiang avatar Nov 04 '20 14:11 patrickpjiang

@patrickpjiang Yes, you're right. Thanks for your correction and I'm sorry about my fault. I have changed model.py as you suggested.

datong-new avatar Nov 13 '20 02:11 datong-new