Skip to content

AP calculation in metrics.py #4546

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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