tusen-ai / SimpleTrack

MIT License
333 stars 63 forks source link

ModuleNotFoundError: No module named 'waymo_open_dataset' #30

Closed liuhao123t closed 1 year ago

liuhao123t commented 1 year ago

when i run follow codes

cd preprocessing/waymo_data
bash waymo_preprocess.sh 

it report ModuleNotFoundError: No module named 'waymo_open_dataset'

ziqipang commented 1 year ago

@liuhao123t Please double-check if you have installed waymo_open_dataset correctly.

liuhao123t commented 1 year ago

@ziqipang thank you ,i sucess install waymo_open_dataset and finish this problem