We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have added some attributes to the sampling.cpp and sampling_gpu.cu and complied successfully,why can't it work?
out = _ext.farthest_point_sampling(xyz, weights, npoint) AttributeError: module 'pointnet2_ops._ext' has no attribute 'farthest_point_sampling'
the farthest_point_sampling is the new attribute and I can use the old attributes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have added some attributes to the sampling.cpp and sampling_gpu.cu and complied successfully,why can't it work?
the farthest_point_sampling is the new attribute and I can use the old attributes.
The text was updated successfully, but these errors were encountered: