peiyunh / ff

Safe Local Motion Planning with Self-Supervised Freespace Forecasting, CVPR 2021
MIT License
109 stars 17 forks source link

Fail to compile code for Lidar point cloud ground segmentation #4

Open Jimuyangz opened 2 years ago

Jimuyangz commented 2 years ago

Thanks for sharing the code! When I run preprocess.py, I have the following error:

Traceback (most recent call last): File "preprocess.py", line 11, in from lib.grndseg import segmentation ImportError: cannot import name 'segmentation' from 'lib.grndseg' (unknown location)

Does it mean I didn't compile the code in lib/grndseg successfully? Thanks!

peiyunh commented 2 years ago

Yes that'd be my guess.

Terence233 commented 5 months ago

Yes. I had the same issue. For my case, it was caused by the `GLIBCXX_3.4.32' not found in my anaconda environment.