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
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
ell = patches.Ellipse(mean, v[0], v[1], angle=180. + angle, color=color)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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 matplotlibThe text was updated successfully, but these errors were encountered: