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

nuScenes-Lyft Qualitative.ipynb plotting correction #39

Open
elsoroka opened this issue Apr 1, 2024 · 1 comment
Open

nuScenes-Lyft Qualitative.ipynb plotting correction #39

elsoroka opened this issue Apr 1, 2024 · 1 comment

Comments

@elsoroka
Copy link

elsoroka commented Apr 1, 2024

Thanks for publishing such a well documented package!

A minor error in the demo: When I tried to run nuScenes-Lyft Qualitative.ipynb, the line ell = patches.Ellipse(mean, v[0], v[1], 180. + angle, color=color) didn't run.
It should be ell = patches.Ellipse(mean, v[0], v[1], angle=180. + angle, color=color) in the last couple versions of matplotlib

@elsoroka
Copy link
Author

elsoroka commented Apr 1, 2024

I am sorry...I meant to open this issue in https://github.com/NVlabs/adaptive-prediction where the notebook is (I had both pages open). Not sure if it can be moved.

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