Skip to content
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

Closed
mahfuz195 opened this issue Mar 26, 2020 · 4 comments
Closed

Error in loading dataset_pb2 #111

mahfuz195 opened this issue Mar 26, 2020 · 4 comments

Comments

@mahfuz195
Copy link

mahfuz195 commented Mar 26, 2020

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.

@peisun1115
Copy link
Contributor

You can try the pre-compiled package. See quick start.

@mahfuz195
Copy link
Author

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.

@mahfuz195
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants