Skip to content

AP calculation in metrics.py #4546

@yusiyoh

Description

@yusiyoh

❔Question

Why do not you use mrec = np.concatenate(([0.], recall, [1.])) instead of

mrec = np.concatenate(([0.], recall, [recall[-1] + 0.01]))
? It changes the mAP results. I could not get the idea behind it.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions