tsunghan-wu / RandLA-Net-pytorch

:four_leaf_clover: Pytorch Implementation of RandLA-Net (https://arxiv.org/abs/1911.11236)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_prepare_semantickitti.py

xiyufeng2 opened this issue · comments

run data_prepare_semantickitti.py ,and there's an error: ModuleNotFoundError: No module named 'utils.nearest_neighbors.lib'
After check, there is no such a file.

same problem, waiting for suggestion!

same problem, waiting for suggestion!

c++ compile error (while execute command ‘bash compile_op.sh’)。change a computer is ok.

Something must have gone wrong while executing bash compile_op.sh, you should watch carefully for error messages printed during execution, when you solve the problem, will work !!!

That's where I found my inspiration , and it real useful

run data_prepare_semantickitti.py ,and there's an error: ModuleNotFoundError: No module named 'utils.nearest_neighbors.lib' After check, there is no such a file.

run data_prepare_semantickitti.py ,and there's an error: ModuleNotFoundError: No module named 'utils.nearest_neighbors.lib' After check, there is no such a file.

I modify it into, 'import nearest_neighbors',is ok .