Skip to content

nuScenes-Lyft Qualitative.ipynb plotting correction #39

@elsoroka

Description

@elsoroka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions