QingyongHu / RandLA-Net

🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Other
1.32k stars 321 forks source link

Semantic KITTI error: from open3d import linux as open3d #29

Closed aljosaosep closed 4 years ago

aljosaosep commented 4 years ago

Hi,

When following the instructions for inference/training on Semantic KITTI, I got an error running data_prepare_semantickitti.py (error importing from open3d import linux as open3d). I followed the instructions step-by-step.

Fix: I've upgraded Open3D from 0.8 (recommended) to 0.9 (latest): pip install open3d==0.9

CoolLoveBoy commented 4 years ago

Hello! I have the same question, and I also install open3d==0.9. However it has the same error that cannot import name linux from open3d. Could you tell what can I do it ?

bhaskar-anand-iith commented 3 years ago

I am still getting this error. If anybody solved it?