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

plot_simulator_state is too slow for video generation #8

Open
nicolaloi opened this issue Nov 14, 2024 · 1 comment · Fixed by #10
Open

plot_simulator_state is too slow for video generation #8

nicolaloi opened this issue Nov 14, 2024 · 1 comment · Fixed by #10

Comments

@nicolaloi
Copy link

plot_simulator_state in waymax/visualization/viz.py.

Timing it, there are two function calls that are bottlenecks with similar timings: img_from_fig and plot_numpy_bounding_boxes in waymax/visualization/utils.py

@nicolaloi nicolaloi linked a pull request Nov 21, 2024 that will close this issue
@nicolaloi
Copy link
Author

nicolaloi commented Nov 21, 2024

Even if #10 is merged, it is still an issue. It should be way faster.

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

Successfully merging a pull request may close this issue.

1 participant