Skip to content

in single_stream_class.py: bbox y coordinate wrong  #5

Open
@pharath

Description

@pharath

In single_stream_class.py, line 156, I think the minus sign is wrong:

bounding_box.center.y = float(top - (height/2))

should be

bounding_box.center.y = float(top + (height/2))

Please, correct me, if I'm wrong.
Otherwise the package works fine for me.
Thanks for your awesome work!

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