Skip to content

Is it a bug ? #1

Description

@Qidian213

precision_x = 0. if len(gt_x) == 0 and len(res_y) > 0 else precision_x

Does it should be:
precision_x = 0. if len(gt_x) == 0 and len(res_x) > 0 else precision_x

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions