Skip to content

IOU代码问题 #6

@lxy-146

Description

@lxy-146

在IOU.md中,compute_iou函数内,下述代码中
top_line =max(rec1[0], rec2[0])
bottom_line =min(rec1[2], rec2[2])
top应该为min,bottom应该为max

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