higerra / ridi_imu

MIT License
207 stars 66 forks source link

No module named pre_processing #16

Open DaddyWesker opened 3 years ago

DaddyWesker commented 3 years ago

Hello.

THanks for your code. I've tried to run gen_dataset_nopose.py but i've got following errors.

  1. ModuleNotFoundError: No module named 'pre_processing' on the line from pre_processing import gen_dataset

If i got it right, it should be just import gen_dataset with no "from".

  1. ModuleNotFoundError: No module named 'algorithms'

on the line from algorithms import geometry

Same problem - should be just "import geometry".

Probably, you should fix this in your repo? Or am i wrong?

zhangjinglin888 commented 2 years ago

大哥 我也遇到了No module named 'pre_processing' 这个错。我试试你的方法能不能解决