kujason / avod

Code for 3D object detection for autonomous driving
MIT License
939 stars 347 forks source link

ImportError: No module named avod #160

Closed chrisyan closed 4 years ago

chrisyan commented 4 years ago

Hello everyone, now I wanna Mini-batch Generation. I used the command line "cd avod python scripts/preprocessing/gen_mini_batches.py"

However, I got this ImportError "Traceback (most recent call last): File "scripts/preprocessing/gen_mini_batches.py", line 5, in import avod ImportError: No module named avod "

Can anyone help me? Thanks!

Best, Chris

NoRomantic commented 4 years ago

You need to add the avod and wavedata path to PYTHONPATH.