YQYjin
Results
2
comments of
YQYjin
> 请问解决了吗 解决了,我这个cylinder_query不是pointnet自带的,是我下载的那个项目里自己实现的一个cpp用来优化性能的,解决方法就是那个项目里写的有注释,根据输入输出自己写了一个python实现替换这个方法,就行了
i meet the same question,the error is: `AttributeError: module 'pointnet2._ext' has no attribute 'cylinder_query'` but after run python setup.py install ,the result is ``` Installed /home/yqyjin/.local/lib/python3.10/site-packages/pointnet2-0.0.0-py3.10-linux-x86_64.egg Processing dependencies for pointnet2==0.0.0...