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

WOSAC eval locally becomes very slow #877

Open
pengzhenghao opened this issue Oct 22, 2024 · 1 comment
Open

WOSAC eval locally becomes very slow #877

pengzhenghao opened this issue Oct 22, 2024 · 1 comment

Comments

@pengzhenghao
Copy link

Hi,

I notice that the WOSAC eval code becomes very slow after the update to new version of waymo-dataset.

My version:

waymo-open-dataset-tf-2-12-0 1.6.4

The profile information:

image

My code entering waymo_dataset's functions:

        config = load_metrics_config(use_2024=use_2024)
        scenario_metrics = metrics.compute_scenario_metrics_for_bundle(config, scenario, scenario_rollouts)
        aggregate_metrics = metrics.aggregate_metrics_to_buckets(config, scenario_metrics)
@pengzhenghao
Copy link
Author

I should mention that it takes 32s on my PC to eval a single scenario (with 32 modes).

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