We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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)
The text was updated successfully, but these errors were encountered:
I should mention that it takes 32s on my PC to eval a single scenario (with 32 modes).
Sorry, something went wrong.
No branches or pull requests
Hi,
I notice that the WOSAC eval code becomes very slow after the update to new version of waymo-dataset.
My version:
The profile information:
My code entering waymo_dataset's functions:
The text was updated successfully, but these errors were encountered: