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

Modify pointnet_ops_lib successfully,but can not import new attribute #178

Open
tangsankou opened this issue Mar 13, 2024 · 0 comments
Open

Comments

@tangsankou
Copy link

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.

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

1 participant