Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COCO mAP metric #2901

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

COCO mAP metric #2901

wants to merge 23 commits into from

Commits on May 17, 2023

  1. Keep only cocomap-related changes

    i.e. ObjectDetectionMap and its dependencies
    sadra-barikbin committed May 17, 2023
    Configuration menu
    Copy the full SHA
    34a1a3f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Some improvements

    Removed allow_multiple...
    Renamed average_operand
    Renamed _measure_recall... to _compute_recall...
    sadra-barikbin committed May 28, 2023
    Configuration menu
    Copy the full SHA
    24fe980 View commit details
    Browse the repository at this point in the history
  2. Update docs

    sadra-barikbin committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e2ac8ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4683de View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Fix a bug in docs

    Docs has some nasty errors
    sadra-barikbin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7cf53e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    4aa9c5d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fix a few bugs

    sadra-barikbin committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    950c388 View commit details
    Browse the repository at this point in the history
  2. Redesign code:

    Removed generic detection logics. Just that of the COCO is remained
    Tests are updated
    sadra-barikbin committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9f5f796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb1ba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    65cdd08 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    e54af52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac2e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cf3972 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. A few improvements

    sadra-barikbin committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6070e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa83e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add an output transform

    and apply a review comment
    sadra-barikbin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    deebbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ca5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Remove 'flavor' because all DeciAI, Ultralytics, Detectron and pycoco…

    …tools use the 'max-precision' approach
    sadra-barikbin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    418fcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fea0cd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    79fa1e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    26c96b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d18f793 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    a361ca8 View commit details
    Browse the repository at this point in the history