Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mistake in model.py #3

Open
patrickpjiang opened this issue Nov 4, 2020 · 1 comment
Open

mistake in model.py #3

patrickpjiang opened this issue Nov 4, 2020 · 1 comment

Comments

@patrickpjiang
Copy link

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

@datong-new
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants