Skip to content

utils.py:268: RuntimeWarning: invalid value encountered in greater #16

@xiaocheng2

Description

@xiaocheng2

Hi man, I am using yolov4 and running demo.py has the following problems:
utils.py:268: RuntimeWarning: invalid value encountered in greater
invalid_mask = np.logical_or((pred_coor[:, 0] > pred_coor[:, 2]), (pred_coor[:, 1] > pred_coor[:, 3]))
May I ask how is this going?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions