PRBonn / lidar-bonnetal

Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving
http://semantic-kitti.org
MIT License
915 stars 204 forks source link

Module not found error when running the infer function to get the prediction. #110

Open bisalgt opened 8 months ago

bisalgt commented 8 months ago

Hello.

Thank you for your work and support by making this project an open source.

Recently, I am trying to work with lidar-bonnetal to get predictions from pretrained model. I am facing module not found issue. I am running the command ./infer.py -d ~/Documents/fzi_downloads/ -l prediction_output/ -m trained_models/squeezeseg/ from the terminal. I have also changed the user.py infer() function so that only the testing code is run.

I am facing the issue of module not found error "parserModule". I am currently working on Mac M1. Kindly let me know the reason behind the issue. I am also attaching the screenshot of the output from the above code.

Thank you.

Screenshot 2023-10-19 at 10 44 13