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

[Feature] Add DOTAMeanAP metric #65

Merged
merged 46 commits into from
Jan 28, 2023
Merged

Commits on Dec 11, 2022

  1. add dota_map

    YanxingLiu committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    101e4e5 View commit details
    Browse the repository at this point in the history
  2. add dota_map docstrings

    YanxingLiu committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e713bf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. modify some docstrings

    YanxingLiu committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1c81d19 View commit details
    Browse the repository at this point in the history
  2. modify some docstrings

    YanxingLiu committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f952b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3159446 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. modify some function names

    YanxingLiu committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b5e382e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Update mmeval/metrics/dota_map.py

    change log warning level from info to debug to avoid warning repeatly
    
    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c0c5714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbf225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    415f801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    137cebd View commit details
    Browse the repository at this point in the history
  5. Update mmeval/metrics/dota_map.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e803ef9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c1c175 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

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

Commits on Dec 27, 2022

  1. add qbox support

    YanxingLiu committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a78c9f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    e828618 View commit details
    Browse the repository at this point in the history
  2. fix lint

    ice-tong committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f8a663d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Update mmeval/metrics/dota_map.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ce58a23 View commit details
    Browse the repository at this point in the history
  2. Update mmeval/metrics/dota_map.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a7cd54f View commit details
    Browse the repository at this point in the history
  3. Update mmeval/metrics/voc_map.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c267631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c68c76f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e35757 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0db424a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    7fbd3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3582b99 View commit details
    Browse the repository at this point in the history
  3. merge from upstream

    YanxingLiu committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3073d20 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e695933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961196f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56901cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    239649d View commit details
    Browse the repository at this point in the history
  5. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    aa8be5a View commit details
    Browse the repository at this point in the history
  6. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: yancong <32220263+ice-tong@users.noreply.github.com>
    YanxingLiu and ice-tong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4f6dc0f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8b231ea View commit details
    Browse the repository at this point in the history
  2. Update mmeval/metrics/dota_map.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7b045b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8efb43b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b6aa6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into AddDOTAMetric

    Conflicts:
    	docs/en/api/metrics.rst
    	docs/zh_cn/api/metrics.rst
    	mmeval/metrics/__init__.py
    ice-tong committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5cac2ae View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update mmeval/metrics/dota_map.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    136bf32 View commit details
    Browse the repository at this point in the history
  2. Update mmeval/metrics/dota_map.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f629d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee381b3 View commit details
    Browse the repository at this point in the history
  4. modify docstring of filter_by_bboxes_area_rotated

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    db2e60b View commit details
    Browse the repository at this point in the history
  5. Update mmeval/metrics/voc_map.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    11dfb09 View commit details
    Browse the repository at this point in the history
  6. Update mmeval/metrics/dota_map.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8a4c255 View commit details
    Browse the repository at this point in the history
  7. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1f2973a View commit details
    Browse the repository at this point in the history
  8. Update mmeval/metrics/utils/bbox_overlaps_rotated.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    YanxingLiu and zhouzaida committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    eff2898 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

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