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

Add mean average precision metric for object detection #467

Merged
merged 196 commits into from
Oct 27, 2021
Merged

Add mean average precision metric for object detection #467

merged 196 commits into from
Oct 27, 2021

Commits on Jul 20, 2021

  1. add first, very rough draft

    tkupek committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4f9e73f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. some basic cleanup and refactoring

    tobias-kupek-swarm committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4f4eb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c5dac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a826ecb View commit details
    Browse the repository at this point in the history
  4. move requirements

    SkafteNicki committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5c769cc View commit details
    Browse the repository at this point in the history
  5. docs

    SkafteNicki committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    01fb237 View commit details
    Browse the repository at this point in the history
  6. changelog

    SkafteNicki committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    8c09b4a View commit details
    Browse the repository at this point in the history
  7. conditional import

    SkafteNicki committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    452bcfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be4b753 View commit details
    Browse the repository at this point in the history
  9. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5174c20 View commit details
    Browse the repository at this point in the history
  10. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c09807d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8398a8b View commit details
    Browse the repository at this point in the history
  12. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    10cffbd View commit details
    Browse the repository at this point in the history
  13. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9a239db View commit details
    Browse the repository at this point in the history
  14. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5d776d3 View commit details
    Browse the repository at this point in the history
  15. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    040a444 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ac69201 View commit details
    Browse the repository at this point in the history
  17. Update torchmetrics/image/map.py

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4d6ebcc View commit details
    Browse the repository at this point in the history
  18. add missing dict import

    tobias-kupek-swarm committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4debcc0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8f6c6a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    a866434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555a88d View commit details
    Browse the repository at this point in the history
  3. fix unittests for new input types

    tobias-kupek-swarm committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    51f2a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0db8a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

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

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    53e6a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54d352 View commit details
    Browse the repository at this point in the history
  3. add init

    SkafteNicki committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5ce132e View commit details
    Browse the repository at this point in the history
  4. fix docstring

    SkafteNicki committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c2e6cea View commit details
    Browse the repository at this point in the history
  5. input validation

    SkafteNicki committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d6ad53a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1edd2c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. dict

    Borda committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    e25cc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16dd543 View commit details
    Browse the repository at this point in the history
  3. make private

    SkafteNicki committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c6f720b View commit details
    Browse the repository at this point in the history
  4. typing

    SkafteNicki committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9cb144e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d720960 View commit details
    Browse the repository at this point in the history
  6. fix typing

    SkafteNicki committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0a4b445 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50440ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f701ce4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2146045 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    56d4d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3466b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. minor validation fixes

    tobias-kupek-swarm committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7837af2 View commit details
    Browse the repository at this point in the history
  2. typing of single values in list

    tobias-kupek-swarm committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    892bc59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7158af0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. solve full dataset computation issue by caching predictions

    tobias-kupek-swarm committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    10e98c2 View commit details
    Browse the repository at this point in the history
  2. attempt to fix issue with ddp caching

    tobias-kupek-swarm committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ef965c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96030b9 View commit details
    Browse the repository at this point in the history
  4. formatting

    tobias-kupek-swarm committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ac2b245 View commit details
    Browse the repository at this point in the history
  5. fix deepsource issues

    tobias-kupek-swarm committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    ff15700 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91f3cac View commit details
    Browse the repository at this point in the history
  7. fix typos

    tobias-kupek-swarm committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    953d38b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6a1bbd View commit details
    Browse the repository at this point in the history
  9. fix mypy typing

    tkupek committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    6bd3ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Sep 7, 2021

  1. rewrite mAP test to be aligned with pycocotools results

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    841cbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b47c9 View commit details
    Browse the repository at this point in the history
  3. add missing docstrings and fix mypy

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    da7d794 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd4a566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d824e6 View commit details
    Browse the repository at this point in the history
  6. fix import

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    04e310c View commit details
    Browse the repository at this point in the history
  7. fix docstring and unittest

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    380127c View commit details
    Browse the repository at this point in the history
  8. add additional tests for input checking

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8dff22f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33ac1e0 View commit details
    Browse the repository at this point in the history
  10. fix mypy type checking

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1a5ddd0 View commit details
    Browse the repository at this point in the history
  11. fix mypy typing

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e142355 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42b7877 View commit details
    Browse the repository at this point in the history
  13. fix deepsource issue

    tobias-kupek-swarm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    85577da View commit details
    Browse the repository at this point in the history
  14. fix mypy

    tkupek committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    22fabd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    d2867c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9375367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ddf83 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. fix update dict keys

    tobias-kupek-swarm committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e64a53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645ece1 View commit details
    Browse the repository at this point in the history
  3. fix mypy

    tobias-kupek-swarm committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ef6a15b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. roughly fix unittests to check ddp

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    607e726 View commit details
    Browse the repository at this point in the history
  2. refactor unittests for map

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a3e82d9 View commit details
    Browse the repository at this point in the history
  3. add TODO

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3a66228 View commit details
    Browse the repository at this point in the history
  4. fix atol

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0d46f7a View commit details
    Browse the repository at this point in the history
  5. remove TODO

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1b43847 View commit details
    Browse the repository at this point in the history
  6. fix unittests for MAP metric

    tkupek authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a18d55b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    888926a View commit details
    Browse the repository at this point in the history
  8. fix ddp_sync

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    86a0419 View commit details
    Browse the repository at this point in the history
  9. some adjustments to metric class tester

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    df40597 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a8e2a0 View commit details
    Browse the repository at this point in the history
  11. fix dist_reduce_fx

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1c71993 View commit details
    Browse the repository at this point in the history
  12. fix box labels size comparison

    tobias-kupek-swarm committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4ee3c6f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. fix deepsource antipattern

    tobias-kupek-swarm committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6b31713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2e804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbcabb View commit details
    Browse the repository at this point in the history
  4. add ValueError for not _PYCOCOTOOLS_AVAILABLE

    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    tkupek and SkafteNicki authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    75efc05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddbf8c2 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    tobias-kupek-swarm committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a179aad View commit details
    Browse the repository at this point in the history
  7. set compute_on_step default to False

    tobias-kupek-swarm committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2e83e71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bec2fe View commit details
    Browse the repository at this point in the history
  9. adjusting PT 1.8.2

    Borda committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0b6b6ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    450dfad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e9d6ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    357cdce View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

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

Commits on Sep 25, 2021

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

Commits on Sep 26, 2021

  1. fix class_mar_value variable naming

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    1711e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88a931 View commit details
    Browse the repository at this point in the history
  3. refactor _get_coco_format to get rid of _is_pred

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    9888bdc View commit details
    Browse the repository at this point in the history
  4. move box, scores, labels validation

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    047399d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecc5dcb View commit details
    Browse the repository at this point in the history
  6. Revert "move box, scores, labels validation"

    This reverts commit 047399d
    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    4248a7d View commit details
    Browse the repository at this point in the history
  7. re-implement box, scores, labels validation

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d437190 View commit details
    Browse the repository at this point in the history
  8. move cocoeval outputs to debug logger

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c0cde8b View commit details
    Browse the repository at this point in the history
  9. add type hints for update method

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    0efafd7 View commit details
    Browse the repository at this point in the history
  10. rename map_value to map and others

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    af4b2d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f9718b View commit details
    Browse the repository at this point in the history
  12. add mypy exception for tests

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    cc4a1e6 View commit details
    Browse the repository at this point in the history
  13. change validation from list to sequence

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    dbffb19 View commit details
    Browse the repository at this point in the history
  14. simplify init

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b32ba25 View commit details
    Browse the repository at this point in the history
  15. fix deepsource for WriteToLog

    tobias-kupek-swarm committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    cd321e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. remove unnecessary states

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ae70cb4 View commit details
    Browse the repository at this point in the history
  2. add more values to MAPMetricResults, extend tests

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6bd529d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6cc16 View commit details
    Browse the repository at this point in the history
  4. adjust docstring

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    57500a2 View commit details
    Browse the repository at this point in the history
  5. fix typing

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    2f19710 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b68571 View commit details
    Browse the repository at this point in the history
  7. fix typing

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0ba7b55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    377101e View commit details
    Browse the repository at this point in the history
  9. fix deepsource python

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    75096a6 View commit details
    Browse the repository at this point in the history
  10. move map to new detection package

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    52e88c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff9865d View commit details
    Browse the repository at this point in the history
  12. refactor num_classes parameter

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    52d9b9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36d4215 View commit details
    Browse the repository at this point in the history
  14. rename val_id to val_index

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    51e37cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b3be8bc View commit details
    Browse the repository at this point in the history
  16. fix deepsource

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    b2d72ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2f971d View commit details
    Browse the repository at this point in the history
  18. fix docs

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5ccf0c6 View commit details
    Browse the repository at this point in the history
  19. fix deepsource

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    fe83767 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a7ea040 View commit details
    Browse the repository at this point in the history
  21. add missing cpu transfer

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    80b0696 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c19a6f5 View commit details
    Browse the repository at this point in the history
  23. add missing cpu transfer

    tobias-kupek-swarm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    335e645 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    aff3500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f0410 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    02770bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0841e52 View commit details
    Browse the repository at this point in the history
  3. change map_per_class and mar_100_per_class to tensor

    tobias-kupek-swarm committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8f96617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7bbe94 View commit details
    Browse the repository at this point in the history
  5. change map metric return type to dict

    tobias-kupek-swarm committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5865773 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    defa383 View commit details
    Browse the repository at this point in the history
  7. deepsource fixes

    tobias-kupek-swarm committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0c56619 View commit details
    Browse the repository at this point in the history
  8. change result dict keys

    tobias-kupek-swarm committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a949148 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57a5bd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c0f791 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Update torchmetrics/detection/map.py

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    tkupek and awaelchli authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    310fc58 View commit details
    Browse the repository at this point in the history
  2. Update torchmetrics/detection/map.py

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    tkupek and awaelchli authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bbe125c View commit details
    Browse the repository at this point in the history
  3. some fixes for generated docs

    tobias-kupek-swarm committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b1abaa3 View commit details
    Browse the repository at this point in the history
  4. Update torchmetrics/detection/map.py

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    tkupek and awaelchli authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4df1989 View commit details
    Browse the repository at this point in the history
  5. update docstring

    tobias-kupek-swarm committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1ee3daf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. some more docstring fixes

    tobias-kupek-swarm committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e9d6c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f458f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. fix class metrics default return value

    tobias-kupek-swarm committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2d9140f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 21, 2021

  1. fix box format conversion to coco

    tobias-kupek-swarm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0b0e612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba384cf View commit details
    Browse the repository at this point in the history
  3. fix torchvision import

    tobias-kupek-swarm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    54f3605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e4ce2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    87372b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a160a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fd562 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

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

Commits on Oct 25, 2021

  1. fix tests

    SkafteNicki committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f8a905a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2e3f7 View commit details
    Browse the repository at this point in the history
  3. fix condition

    SkafteNicki committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bf49109 View commit details
    Browse the repository at this point in the history
  4. fix testing

    SkafteNicki committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    42e55e1 View commit details
    Browse the repository at this point in the history
  5. fix

    SkafteNicki committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    289087e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d15b6 View commit details
    Browse the repository at this point in the history
  7. prepare 0.6 RC

    Borda committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    15f31e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0618e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61ff33c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3df5d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. update

    SkafteNicki committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    bdba836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b844e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. add sample 133 to have equal number of test samples

    tobias-kupek-swarm committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4289727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4194eb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a2c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc39d5 View commit details
    Browse the repository at this point in the history
  5. format

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    f80b8af View commit details
    Browse the repository at this point in the history
  6. typing

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7bf9cb7 View commit details
    Browse the repository at this point in the history
  7. ImportError

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4d2645d View commit details
    Browse the repository at this point in the history
  8. is instance

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c3a4559 View commit details
    Browse the repository at this point in the history
  9. fix test

    SkafteNicki committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1a12ce6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc66734 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cbe630 View commit details
    Browse the repository at this point in the history
  12. req. numpy

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    cf01eeb View commit details
    Browse the repository at this point in the history
  13. CI fix

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6542e40 View commit details
    Browse the repository at this point in the history
  14. test fix

    Borda committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    13ec1ee View commit details
    Browse the repository at this point in the history