zhiyuanYU134/MIRETR

The problem of radius_neighbors

Opened this issue · 2 comments

I use windows 10 as os.
In the line 'from ...cpp_wrappers.cpp_neighbors import radius_neighbors as cpp_neighbors' of vision3d/modules/kpconv/helpers.py,there is a error that informing 'Cannot find reference 'radius_neighbors' in 'init.py'' .
I have checked the content vision3d/cpp_wrappers/cpp_neighbors,and dont find the file or package named radius_neighbors.
I have tried to revise the line from 'from ...cpp_wrappers.cpp_neighbors import radius_neighbors as cpp_neighbors' to 'from ...cpp_wrappers.cpp_neighbors import neighbors as cpp_neighbors',but new problems happened.
Please tell me what should i do.

I don't test my code in windows. So you need to test my code in ubuntu.

I don't test my code in windows. So you need to test my code in ubuntu.
some problems still happen after i change the os from windows to ubuntu,please tell me your version of cuda ,torch ,torchvision