tsunghan-wu/RandLA-Net-pytorch

AttributeError: module 'nearest_neighbors' has no attribute 'knn_batch'

Xavier-wa opened this issue · 0 comments

I try to train it by the way of ReadMe.md,But there are some problems:
File "/home/xavier/RidarSS/RandLA-Net-pytorch-master/helper_tool.py", line 171, in knn_search neighbor_idx = nearest_neighbors._knn_batch(support_pts, query_pts, k, omp=True) AttributeError: module 'nearest_neighbors' has no attribute 'knn_batch'
any solution?plz