-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in loading dataset_pb2 #111
Comments
You can try the pre-compiled package. See quick start. |
Hi pensin1115, I am using Colab as the dataset is huge in size. and could not use find the dataset_pb2 file in the repo that I cloned. |
Or follow https://github.com/waymo-research/waymo-open-dataset/blob/master/tutorial/tutorial.ipynb Or do something similar as this (not officially supported) |
Using the pre-compiled package worked in solving this issue. However, I had to install tensorflow 2.1.0 in Colab, as Cobal using the default 2.2.0rc1 version currently. Appreciate your help. |
While running the 'tutorial.ipynb' I got the following error:
---> 24 from waymo_open_dataset import dataset_pb2
25 from waymo_open_dataset.utils import range_image_utils
26 from waymo_open_dataset.utils import transform_utils
ImportError: cannot import name 'dataset_pb2'
The file/folder dataset_pb2 does not exist in the waymo_open_dataset folder.
I used git clone to clone the repository.
The text was updated successfully, but these errors were encountered: