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

sdc_paths in Waymo Motion dataset is undefined for use of Waymax #869

Open
hz3014 opened this issue Aug 17, 2024 · 0 comments
Open

sdc_paths in Waymo Motion dataset is undefined for use of Waymax #869

hz3014 opened this issue Aug 17, 2024 · 0 comments

Comments

@hz3014
Copy link

hz3014 commented Aug 17, 2024

Hi, I am working on Waymax and there are errors because of lack of revelent Waymo data.
if I try to include sdc_paths in Waymax:

conf = DatasetConfig(
    path='My_path_to_dataset',
    max_num_rg_points=30000,
    data_format=DataFormat.TFRECORD,
    max_num_objects=max_num_objects,
    repeat= 1,
    include_sdc_paths=True,
    num_paths= 1,
    num_points_per_path= 1, )

we got following error:
W tensorflow/core/framework/op_kernel.cc:1828] OP_REQUIRES failed at example_parsing_ops.cc:98 : INVALID_ARGUMENT: Feature: path_samples/arc_length (data type: float) is required but could not be found.

According to previous mantainer of Waymax, this part of data is not publicly available yet. I was wondering if you can release this part of dataset and resolve this error.

Revelent issue: https://github.com/waymo-research/waymax/issues/25

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

1 participant