lijx10 / USIP

USIP: Unsupervised Stable Interest Point Detection from 3D Point Clouds. ICCV 2019
GNU General Public License v3.0
202 stars 28 forks source link

ModuleNotFoundError: No module named 'index_max' #12

Closed ldepn closed 4 years ago

ldepn commented 4 years ago

I have run " cd models/index_max_ext python3 setup.py install" and "cd models/ball_query_ext python3 setup.py install", but when i run "train_detector.py" in KITTI dir, a bug is show "ModuleNotFoundError: No module named 'index_max'" how to fix it?

lijx10 commented 4 years ago

Could you double check whether the index_max is successfully compiled and install?