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

waymo data code is not work #2

Closed
nobug-code opened this issue Jul 11, 2023 · 3 comments
Closed

waymo data code is not work #2

nobug-code opened this issue Jul 11, 2023 · 3 comments

Comments

@nobug-code
Copy link

Can u check ure code?

@Konstantin5389
Copy link
Collaborator

We have checked the latest code and it works. Could you please provide the details so that we can try to solve problems for you?

@qzhang-nuro
Copy link

qzhang-nuro commented Jul 17, 2023

Hi @Konstantin5389 I have some related questions
1 - which version of WOD was used for the scope of this paper?
2 - I tried downloading just a few tfrecords from v1.4.1 and organized them as instructed. When I run python tools/create_data.py waymo_data_prep I get the following error:

  File "/home/pillarnext/det3d/datasets/waymo/waymo_convert.py", line 143, in convert
    fname = scenes[idx]
NameError: name 'scenes' is not defined

and if I replace that with def convert(fname, save_root):
i also get name save_root not defined at line 195

with open(os.path.join(save_root, 'waymo_infos_' + split + '.pkl'), 'wb') as f:
            pickle.dump(all_infos, f)

can you double check waymo_convert.py? thx!

@Konstantin5389
Copy link
Collaborator

Thanks for your question!

  1. We use waymo 1.4.0 for this task
  2. Some bugs about name defining, we have fix them. Please check commit history.

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

3 participants